Klasse TCustomEdit

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomEdit = 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(AOwner: TComponent); override;
Public procedure Clear;
Public procedure SelectAll;
Public procedure ClearSelection; virtual;
Public procedure CopyToClipboard; virtual;
Public procedure CutToClipboard; virtual;
Public procedure PasteFromClipboard; virtual;

Eigenschaften

Public property BorderStyle;
Public property CharCase: TEditCharCase read FCharCase write SetCharCase default ecNormal;
Public property EchoMode: TEchoMode read FEchoMode write SetEchoMode default emNormal;
Public property MaxLength: Integer read FMaxLength write SetMaxLength default -1;
Public property Modified: Boolean read GetModified write SetModified;
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
Public property PasswordChar: Char read FPasswordChar write SetPasswordChar default #0;
Public property PopupMenu;
Public property ReadOnly: Boolean read FReadOnly write SetReadOnly default false;
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 TabOrder;
Public property TabStop default true;
Public property Text;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public procedure Clear;
 
Public procedure SelectAll;
 
Public procedure ClearSelection; virtual;
 
Public procedure CopyToClipboard; virtual;
 
Public procedure CutToClipboard; virtual;
 
Public procedure PasteFromClipboard; virtual;
 

Eigenschaften

Public property BorderStyle;
 
Public property CharCase: TEditCharCase read FCharCase write SetCharCase default ecNormal;
 
Public property EchoMode: TEchoMode read FEchoMode write SetEchoMode default emNormal;
 
Public property MaxLength: Integer read FMaxLength write SetMaxLength default -1;
 
Public property Modified: Boolean read GetModified write SetModified;
 
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
 
Public property PasswordChar: Char read FPasswordChar write SetPasswordChar default #0;
 
Public property PopupMenu;
 
Public property ReadOnly: Boolean read FReadOnly write SetReadOnly default false;
 
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 TabOrder;
 
Public property TabStop default true;
 
Public property Text;
 

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