Top: Integer;
Top: integer;
The Top property determines the number of observed records of the access protocol.
The property enables limiting the number of observed records of the access protocol, which speeds up working with it.
By default the property has 0 value.
If the values are 0 and -1, the list of access protocol records is unlimited, that is all records are observed.
To execute the example, create a form, add a button with Button1 name, the IntegerEdit component with IntegerEdit1 name and the Memo component with Memo1 name, in IntegerEdit1 specify the required number of the access protocol records which must be displayed.
Add a link to the Metabase system assembly.
On click the Button1 in the Memo1 field the list from the specified number of the last records of the access protocol appears.
See also: