
Reference to the first item in the collection
Member of List Collection (PRIM_LCOL)
Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized
Details
Reference to the first item in the collection
Example
Setting the caption of the first item in a collection of buttons
#Buttons.First.Caption := #NewCaption
This is the equivalent of writing
#Buttons<1>.Caption := #NewCaption
See also
LANSA Version 15, April 2020