TRVTableCellData.BackgroundProperties

<< Click to display table of contents >>

TRVTableCellData.BackgroundProperties

Defines visibility, size, position, and repetition of BackgroundImage.

property BackgroundProperties: TRVBackgroundProperties;

(introduced in v24)

This property can be nil. In that case, all of its sub-properties should be considered to have their default values.

A table can contain a very large number of cells, and most of them may not have a background image. To avoid unnecessary memory usage, memory for the BackgroundProperties property is allocated only when there is a non-empty BackgroundImage and/or when it is necessary to assign a property value different from the default. Use the methods BackgroundPropertiesAllocate and BackgroundPropertiesFinalize to access this property.

A direct assignment to sub-properties of this property cannot be undone/redone by user, use table.SetCellBackgroundProperty.

See also:

BackgroundImage;

Color.

See also properties of table:

BackgroundProperties;

BackgroundImage.

See also properties of TRichView:

BackgroundProperties;

BackgroundPicture.