Class TFireGridNumericEditorRepository
Unit
Declaration
type TFireGridNumericEditorRepository = class(TFireGridEditorRepository)
Description
No description available, ancestor TFireGridEditorRepository description follows
No description available, ancestor TFireGridEditorRepositoryAbstract description follows
Hierarchy
- TObject
- TFireGridEditorRepositoryAbstract
- TFireGridEditorRepository
- TFireGridNumericEditorRepository
Overview
Methods
![]() |
constructor Create; override; |
![]() |
function CreateEditor: TFireGridEditorAbstract; override; |
![]() |
function GetMaximum: Double; |
![]() |
procedure SetMaximum(const Max: Double); |
![]() |
function GetMinimum: Double; |
![]() |
procedure SetMinimum(const Min: Double); |
![]() |
procedure GetRange(var Minimum: Double; var Maximum: Double); |
![]() |
procedure SetRange(const Minimum: Double; const Maximum: Double); |
![]() |
function GetPrefix: String; |
![]() |
procedure SetPrefix(const Prefix: String); |
![]() |
function GetSuffix: String; |
![]() |
procedure SetSuffix(const Suffix: String); |
![]() |
function GetDecimals: Integer; |
![]() |
procedure SetDecimals(Decimals: Integer); |
![]() |
function GetPrecision: Integer; |
![]() |
procedure SetPrecision(Precision: Integer); |
![]() |
procedure SetSingleStep(const Value: Double); |
![]() |
function GetSingleStep: Double; |
![]() |
function GetWrapping: Boolean; |
![]() |
procedure SetWrapping(Wrapping: Boolean); |
![]() |
function GetFormat: String; |
![]() |
procedure SetFormat(const Format: String); |
![]() |
function IsCurrency: Boolean; |
![]() |
procedure SetCurrency(Currency: Boolean); |
![]() |
function ValueToText(const Value: Variant): String; override; |
Description
Methods
![]() |
constructor Create; override; |
![]() |
function CreateEditor: TFireGridEditorAbstract; override; |
![]() |
function GetMaximum: Double; |
![]() |
procedure SetMaximum(const Max: Double); |
![]() |
function GetMinimum: Double; |
![]() |
procedure SetMinimum(const Min: Double); |
![]() |
procedure GetRange(var Minimum: Double; var Maximum: Double); |
![]() |
procedure SetRange(const Minimum: Double; const Maximum: Double); |
![]() |
function GetPrefix: String; |
![]() |
procedure SetPrefix(const Prefix: String); |
![]() |
function GetSuffix: String; |
![]() |
procedure SetSuffix(const Suffix: String); |
![]() |
function GetDecimals: Integer; |
![]() |
procedure SetDecimals(Decimals: Integer); |
![]() |
function GetPrecision: Integer; |
![]() |
procedure SetPrecision(Precision: Integer); |
![]() |
procedure SetSingleStep(const Value: Double); |
![]() |
function GetSingleStep: Double; |
![]() |
function GetWrapping: Boolean; |
![]() |
procedure SetWrapping(Wrapping: Boolean); |
![]() |
function GetFormat: String; |
![]() |
procedure SetFormat(const Format: String); |
![]() |
function IsCurrency: Boolean; |
![]() |
procedure SetCurrency(Currency: Boolean); |
![]() |
function ValueToText(const Value: Variant): String; override; |
Generated by PasDoc 0.15.0.