Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TCustomFloatSpinEdit = class(TWinControl)
![]() |
constructor Create(TheOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure SelectAll; |
![]() |
procedure ClearSelection; virtual; |
![]() |
procedure CopyToClipboard; virtual; |
![]() |
procedure CutToClipboard; virtual; |
![]() |
procedure PasteFromClipboard; virtual; |
![]() |
property SelLength: integer read GetSelLength write SetSelLength; |
![]() |
property SelStart: integer read GetSelStart write SetSelStart; |
![]() |
property SelText: String read GetSelText write SetSelText; |
![]() |
property Modified: Boolean read GetModified write SetModified; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property Text; |
![]() |
property DecimalPlaces: Integer read FDecimals write SetDecimals default 2; |
![]() |
property Increment: Single read FIncrement write SetIncrement default 1; |
![]() |
property MinValue: single read FMinValue write SetMinValue default 0; |
![]() |
property MaxValue: single read FMaxValue write SetMaxValue default 100; |
![]() |
property TabStop default true; |
![]() |
property Value: Single read GetValue write SetValue default 0; |
![]() |
property ValueEmpty: boolean read FValueEmpty write SetValueEmpty default False; |
![]() |
constructor Create(TheOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure SelectAll; |
![]() |
procedure ClearSelection; virtual; |
![]() |
procedure CopyToClipboard; virtual; |
![]() |
procedure CutToClipboard; virtual; |
![]() |
procedure PasteFromClipboard; virtual; |
![]() |
property SelLength: integer read GetSelLength write SetSelLength; |
![]() |
property SelStart: integer read GetSelStart write SetSelStart; |
![]() |
property SelText: String read GetSelText write SetSelText; |
![]() |
property Modified: Boolean read GetModified write SetModified; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property Text; |
![]() |
property DecimalPlaces: Integer read FDecimals write SetDecimals default 2; |
![]() |
property Increment: Single read FIncrement write SetIncrement default 1; |
![]() |
property MinValue: single read FMinValue write SetMinValue default 0; |
![]() |
property MaxValue: single read FMaxValue write SetMaxValue default 100; |
![]() |
property TabStop default true; |
![]() |
property Value: Single read GetValue write SetValue default 0; |
![]() |
property ValueEmpty: boolean read FValueEmpty write SetValueEmpty default False; |