Description | Hierarchy | Fields | Methods | Properties |
type TExternalFormat = class(TGoPhastPersistent)
![]() |
FNumberFormat: TNumberFormat; |
![]() |
FExtFormatPrefix: TExtFormatPrefix; |
![]() |
FWidth: integer; |
![]() |
FDecimals: integer; |
![]() |
procedure SetDecimals(const Value: integer); |
![]() |
procedure SetExtFormatPrefix(const Value: TExtFormatPrefix); |
![]() |
procedure SetNumberFormat(const Value: TNumberFormat); |
![]() |
procedure SetWidth(const Value: integer); |
![]() |
procedure Initialize; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
function FullFormat: string; |
![]() |
property ExtFormatPrefix: TExtFormatPrefix read FExtFormatPrefix
write SetExtFormatPrefix; |
![]() |
property NumberFormat: TNumberFormat read FNumberFormat
write SetNumberFormat; |
![]() |
property Width: integer read FWidth write SetWidth; |
![]() |
property Decimals: integer read FDecimals write SetDecimals; |
![]() |
FNumberFormat: TNumberFormat; |
![]() |
FExtFormatPrefix: TExtFormatPrefix; |
![]() |
FWidth: integer; |
![]() |
FDecimals: integer; |
![]() |
procedure SetDecimals(const Value: integer); |
![]() |
procedure SetExtFormatPrefix(const Value: TExtFormatPrefix); |
![]() |
procedure SetNumberFormat(const Value: TNumberFormat); |
![]() |
procedure SetWidth(const Value: integer); |
![]() |
procedure Initialize; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
function FullFormat: string; |
![]() |
property ExtFormatPrefix: TExtFormatPrefix read FExtFormatPrefix
write SetExtFormatPrefix; |
![]() |
property NumberFormat: TNumberFormat read FNumberFormat
write SetNumberFormat; |
![]() |
property Width: integer read FWidth write SetWidth; |
![]() |
property Decimals: integer read FDecimals write SetDecimals; |