Vcl.ListActns.TCustomStaticListAction.GetItemClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemClass: TListControlItemClass; virtual;

C++

virtual TListControlItemClass __fastcall GetItemClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomStaticListAction

Description

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

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.

See Also