Skip to main content
All docs
V25.2
  • Create(TdxListGroupCustomViewInfo,Integer,TdxListViewCellViewParams) Constructor

    Initializes a new instance of the TdxListItemCustomViewInfo class with specified settings.

    Declaration

    constructor Create(AOwner: TdxListGroupCustomViewInfo; const AItemIndex: Integer; const AViewParams: TdxListViewCellViewParams); reintroduce; virtual;

    Parameters

    Name Type
    AOwner TdxListGroupCustomViewInfo
    AItemIndex Integer
    AViewParams TdxListViewCellViewParams
    See Also