API:Data.DB.TNumericField.Alignment
Delphi
property Alignment: TAlignment read FAlignment write SetAlignment default 1;
C++
__property Alignment = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Data.DB.pas Data.DB.hpp |
Data.DB | TNumericField |
Description
Determines how the data of the field is displayed within a data-aware control. {{#multireplace:Data.DB.TNumericField.Alignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TField.Alignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TField.Alignment|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Determines how the data of the field is displayed within a data-aware control.
Use Alignment to specify the position of the data of the field within data-aware controls. These are the possible values:
| Value | Meaning |
|---|---|
|
taLeftJustify |
Align data to the left side of the control |
|
taCenter |
Center data horizontally in the control |
|
taRightJustify |
Align data to the right side of the control |