Initial_Row - DataList_
Governs the location in the display of the record (if any) in the buffer
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Initial_Row
| Access Type | Syntax |
|---|---|
| Read Access: | Get Initial_Row to IntegerVariable |
| Write Access: | Set Initial_Row to IntegerVariable/Value |
Description
The value of the Initial_row property governs the location in the display of the record (if any) in the buffer. Its value should be set according to the direction in which searches are most likely to proceed from the seeded value. In unseeded lists, fill_from_top is normally appropriate, except where init_from_top_state is set false, in which case fill_from_bottom would seem more appropriate.
Default is fill_from_top.