Class TExternalFormat

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TExternalFormat = class(TGoPhastPersistent)

Description

no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FNumberFormat: TNumberFormat;
Private FExtFormatPrefix: TExtFormatPrefix;
Private FWidth: integer;
Private FDecimals: integer;

Methods

Private procedure SetDecimals(const Value: integer);
Private procedure SetExtFormatPrefix(const Value: TExtFormatPrefix);
Private procedure SetNumberFormat(const Value: TNumberFormat);
Private procedure SetWidth(const Value: integer);
Private procedure Initialize;
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create(Model: TBaseModel);
Public function FullFormat: string;

Properties

Published property ExtFormatPrefix: TExtFormatPrefix read FExtFormatPrefix write SetExtFormatPrefix;
Published property NumberFormat: TNumberFormat read FNumberFormat write SetNumberFormat;
Published property Width: integer read FWidth write SetWidth;
Published property Decimals: integer read FDecimals write SetDecimals;

Description

Fields

Private FNumberFormat: TNumberFormat;
 
Private FExtFormatPrefix: TExtFormatPrefix;
 
Private FWidth: integer;
 
Private FDecimals: integer;
 

Methods

Private procedure SetDecimals(const Value: integer);
 
Private procedure SetExtFormatPrefix(const Value: TExtFormatPrefix);
 
Private procedure SetNumberFormat(const Value: TNumberFormat);
 
Private procedure SetWidth(const Value: integer);
 
Private procedure Initialize;
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create(Model: TBaseModel);
 
Public function FullFormat: string;
 

Properties

Published property ExtFormatPrefix: TExtFormatPrefix read FExtFormatPrefix write SetExtFormatPrefix;
 
Published property NumberFormat: TNumberFormat read FNumberFormat write SetNumberFormat;
 
Published property Width: integer read FWidth write SetWidth;
 
Published property Decimals: integer read FDecimals write SetDecimals;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:47