Klasse TCustomFloatSpinEdit

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomFloatSpinEdit = class(TWinControl)

Beschreibung

no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure SelectAll;
Public procedure ClearSelection; virtual;
Public procedure CopyToClipboard; virtual;
Public procedure CutToClipboard; virtual;
Public procedure PasteFromClipboard; virtual;

Eigenschaften

Public property SelLength: integer read GetSelLength write SetSelLength;
Public property SelStart: integer read GetSelStart write SetSelStart;
Public property SelText: String read GetSelText write SetSelText;
Public property Modified: Boolean read GetModified write SetModified;
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
Public property Text;
Public property DecimalPlaces: Integer read FDecimals write SetDecimals default 2;
Public property Increment: Single read FIncrement write SetIncrement default 1;
Public property MinValue: single read FMinValue write SetMinValue default 0;
Public property MaxValue: single read FMaxValue write SetMaxValue default 100;
Public property TabStop default true;
Public property Value: Single read GetValue write SetValue default 0;
Public property ValueEmpty: boolean read FValueEmpty write SetValueEmpty default False;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure SelectAll;
 
Public procedure ClearSelection; virtual;
 
Public procedure CopyToClipboard; virtual;
 
Public procedure CutToClipboard; virtual;
 
Public procedure PasteFromClipboard; virtual;
 

Eigenschaften

Public property SelLength: integer read GetSelLength write SetSelLength;
 
Public property SelStart: integer read GetSelStart write SetSelStart;
 
Public property SelText: String read GetSelText write SetSelText;
 
Public property Modified: Boolean read GetModified write SetModified;
 
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
 
Public property Text;
 
Public property DecimalPlaces: Integer read FDecimals write SetDecimals default 2;
 
Public property Increment: Single read FIncrement write SetIncrement default 1;
 
Public property MinValue: single read FMinValue write SetMinValue default 0;
 
Public property MaxValue: single read FMaxValue write SetMaxValue default 100;
 
Public property TabStop default true;
 
Public property Value: Single read GetValue write SetValue default 0;
 
Public property ValueEmpty: boolean read FValueEmpty write SetValueEmpty default False;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:03