Triggers: Difference between revisions

341 bytes removed ,  18 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 134: Line 134:
; Title : The name of the library
; Title : The name of the library


===Объект Entry===
=== Object ''Entry'' ===
Этот объект является записью библиотеки и предоставляет возможность получать и устанавливать значения полей.
This place is a record library and provides the ability to get and set field values.
====Методы====
==== Methods ====
=====set(name , value)=====
===== set(name, value) =====
:Установить значение поля. После вызова метода сразу же происходит запись значения в базу данных.  
:Set the value of the field. After calling once there is a record value in the database.
:Параметры: name - имя поля, value - значение поля.


=====field(name)=====
:Parameters: name — the name of the field, value — the value of the field
:Получить значение поля
:Параметры: name - имя поля
:Результат: значение поля, тип результата зависит от типа поля.


====Свойства====
===== field(name) =====
;title : Имя записи.
:Get the value of a field
;description : Описание записи.
:; Parameters: name — the name of the field
;favorites : Возвращает true - если запись находится в избранном
:; Result: The value of the field type of the result depends on the type of field.
;deleted : Возвращает true - если запись удалена (находится в корзине).
 
==== Properties ====
:; Title: Account name
:; Description: Description recording
:; Favorites: Returns true — if the record is in Favorites
:; Deleted: Returns true — if the record is deleted (it is in the basket)


===Объект DefaultEntry===
===Объект DefaultEntry===