From e08ea9d54a2fbf5e1e1567d423f0069f3abf1490 Mon Sep 17 00:00:00 2001
From: dsiders
-Create is the overridden constructor for the class instance, and -calls the inherited constructor on entry. Create ensures that values in the -component and ControlStyle properties are set for the control. -ControlStyle excludes the value csCaptureMouse and includes the value -csRequiresKeyboardInput. +Create is an overridden constructor in TCustomEdit, and +calls the inherited constructor on entry. Create ensures that component and +control styles are set to the values needed for the edit control; csEdit in +component style, csRequiresKeyboardInput is included in ControlStyle. Please +note that these values may be changed in descendent classes; i. e. TCustomMemo +uses csMemo instead of csEdit in the component style.
-Create sets the default values for properties, including: MaxLength, -HideSelection, ParentColor, TabStop, EchoMode, BorderStyle, AutoSelect, -AutoSelected, and TextHint. +The default values for properties are assigned, including:
+