Skip to main content

TdxDynamicItemList.GetItemClass Method

Returns a class-reference to the actual dynamic list item class.

Declaration

function GetItemClass: TdxDynamicListItemClass; virtual;

Returns

Type
TdxDynamicListItemClass

Remarks

This function is called internally by the CreateItem function to access the actual item list class constructor.

Since the current implementation of the GetItemClass function returns the reference to the abstract dynamic list item class, TdxDynamicItemList class descendants override the function to provide the class-reference to the actual list item class to the CreateItem function.

See Also