Skip to main content

TcxCustomGridView.GetImages Method

Returns the collection of images that are used as icons for column headers.

Declaration

function GetImages: TCustomImageList;

Returns

Type
TCustomImageList

Remarks

The returned result depends on the specified collection:

  • The collection specified by the View’s Images property.

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

  • nil, if the both properties are not specified.

See Also