Skip to main content

TcxCustomGridView.GetImages Method

Returns the image list used as the source of icons for data item 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