TCustomEdit

E1014711

TCustomEdit is a base class in Delphi's VCL framework that provides core functionality for editable text controls from which more specialized edit components are derived.

All labels observed (2)

Label Occurrences
TCustomEdit canonical 2
TMaskEdit 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Delphi VCL class
base class
category text input control
definedInLanguage Delphi
designTimeVisibility not intended for direct use on forms
framework VCL
hasEvent OnChange
OnKeyDown
OnKeyPress
OnKeyUp
hasMethod Clear
ClearSelection
CopyToClipboard
CutToClipboard
PasteFromClipboard
Undo
hasProperty Alignment
CharCase
HideSelection
MaxLength
OEMConvert
ParentColor
ParentFont
PasswordChar
ReadOnly
SelLength
SelStart
SelText
Text
inheritsFrom TControl
TWinControl
intendedUsage base for descendant edit controls
library Visual Component Library
module StdCtrls unit
linked to: VCL.StdCtrls unit
platform Windows
purpose provide core functionality for editable text controls
supports OEM and ANSI character sets
alignment of text
character casing control
clipboard operations
keyboard navigation
password character masking
read-only mode
single-line text editing
text selection
usedAsBaseFor TEdit
TMemo
TRichEdit
wraps Windows EDIT control

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

TControl superclassOf TCustomEdit
VCL.StdCtrls provides TCustomEdit
subject linked to: VCL.StdCtrls unit
VCL.StdCtrls provides TMaskEdit
subject linked to: VCL.StdCtrls unit
linked to: TCustomEdit