Class TNumericField
Unit
Declaration
type TNumericField = class(TField)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- TField
- TNumericField
Overview
Methods
| Protected | class procedure CheckTypeSize(AValue: Longint); override; |
| Protected | procedure RangeError(AValue, Min, Max: Double); |
| Protected | procedure SetDisplayFormat(const AValue: utf8string); |
| Protected | procedure SetEditFormat(const AValue: utf8string); |
| Protected | function GetAsBoolean: Boolean; override; |
| Protected | Procedure SetAsBoolean(AValue: Boolean); override; |
| Public | constructor Create(AOwner: TComponent); override; |
Properties
| Published | property Alignment default taRightJustify; |
| Published | property DisplayFormat: utf8string read FDisplayFormat write SetDisplayFormat; |
| Published | property EditFormat: utf8string read FEditFormat write SetEditFormat; |
Description
Methods
| Protected | class procedure CheckTypeSize(AValue: Longint); override; |
|
This item has no description. | |
| Protected | procedure RangeError(AValue, Min, Max: Double); |
|
This item has no description. | |
| Protected | procedure SetDisplayFormat(const AValue: utf8string); |
|
This item has no description. | |
| Protected | procedure SetEditFormat(const AValue: utf8string); |
|
This item has no description. | |
| Protected | function GetAsBoolean: Boolean; override; |
|
This item has no description. | |
| Protected | Procedure SetAsBoolean(AValue: Boolean); override; |
|
This item has no description. | |
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
Properties
| Published | property Alignment default taRightJustify; |
|
This item has no description. | |
| Published | property DisplayFormat: utf8string read FDisplayFormat write SetDisplayFormat; |
|
This item has no description. | |
| Published | property EditFormat: utf8string read FEditFormat write SetEditFormat; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.