ListActns.TCustomListAction Events
From RAD Studio VCL Reference
Delphi Information
| property OnGetItemCount: TGetItemCountEvent read FOnGetItemCount write FOnGetItemCount; |
Occurs when the list action needs to determine the number of items it supplies to client controls. |
| property OnItemSelected: TItemSelectedEvent read FOnItemSelected write FOnItemSelected; |
Occurs when a client control executes the action because a user selected one of the items. |
Unit: ListActns
Type: event
Visibility: protected
Member Of: TCustomListAction
C++ Information
| __property TGetItemCountEvent OnGetItemCount; |
Occurs when the list action needs to determine the number of items it supplies to client controls. |
| __property TItemSelectedEvent OnItemSelected; |
Occurs when a client control executes the action because a user selected one of the items. |
Unit: ListActns
Type: property
Visibility: protected
Member Of: TCustomListAction
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!