Vcl.DBGrids.TColumn.AssignedValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  AssignedValues: TColumnValues read FAssignedValues;

C++

__property TColumnValues AssignedValues = {read=FAssignedValues, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Indicates which TColumn and TColumnTitle properties have been set.

For example, if the AssignedValues property contains cvColor, and cvTitleCaption, then the column's font and title caption have been changed and no longer track with changes made to their default source.

Many column properties obtain their values from external sources, such as properties of the associated TField objects. The column will reflect changes made to the property's default source until a value is assigned to the column property. After assignment, the column property is independent of its default source.

See Also