TListBoxRec - Record (Unit GVDialog)


Deklaration:


TListBoxRec = Record
List: PCollection;
Index: Integer;
End;


Funktion:


Ein Zeiger auf einen TListBoxRec-Record wird den Methoden TListBox.SetData
und TListBox.GetData als Parameter übergeben.

siehe auch:


GetData,TListBox (äquivalent)
SetData,TListBox (äquivalent)