RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStaticListAction.GetItemClass Method

Returns the class type for the items in the Items property array.

Pascal
function GetItemClass: TListControlItemClass; virtual;
C++
virtual __fastcall TListControlItemClass GetItemClass();

GetItemClass returns the class type used for the items that TCustomStaticListAction supplies to clients. This class type determines the item properties that can be assigned to the various client items. As implemented in TCustomStaticListAction, GetItemClass returns TListControlItem

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!