ListActns.TCustomStaticListAction Methods
From RAD Studio VCL Reference
Delphi Information
| function GetItemClass(): TListControlItemClass; virtual; |
Returns the class type for the items in the Items property array. |
| function GetItem(const Index: Integer; AnItem: TListControlItem): Boolean; |
Fills in a specified item to match the corresponding item in the Items list. |
Unit: ListActns
Type: method
Visibility: protected
Member Of: TCustomStaticListAction
C++ Information
| virtual System::TMetaClass * __fastcall GetItemClass(void); |
Returns the class type for the items in the Items property array. |
| bool __fastcall GetItem(int Index, Listactns::TListControlItem * AnItem); |
Fills in a specified item to match the corresponding item in the Items list. |
Unit: ListActns
Type: method
Visibility: protected
Member Of: TCustomStaticListAction
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!