Skip to main content

TcxGridLevelTabs.GetImages Method

Returns the collection of images that are used as icons for grid level tabs.

Declaration

function GetImages: TCustomImageList;

Returns

Type
TCustomImageList

Remarks

The returned result depends on the specified collection:

  • The collection specified by the Images property.

  • The collection specified by the grid’s Images property (if the Images property is not specified).

  • nil, if the both properties are not specified.

See Also