Learn About delphivcl.CustomEdit
April 16, 2021
DelphiVCL.CustomEdit is the base class from which all edit-box and memo controls are derived.
DelphiVCL.CustomEdit or TCustomEdit encapsulates the behavior common to all components for editing text by introducing methods and properties that provide:
Basic text editing functions such as selecting the text, modifying selected text, and case conversions.
Ability to respond to…