Skip to main content

TdxCustomGallery.GetAllItems(TList) Method

Writes all gallery items to the list passed as a parameter.

Declaration

procedure GetAllItems(AList: TList);

Parameters

Name Type
AList TList

Remarks

This method iterates all groups and items and appends each item to the list passed as the AList parameter.

See Also