diff --git a/components/lazcontrols/docs/lazcontrols-project.xml b/components/lazcontrols/docs/lazcontrols-project.xml index a9cb951633..eaf6d14001 100644 --- a/components/lazcontrols/docs/lazcontrols-project.xml +++ b/components/lazcontrols/docs/lazcontrols-project.xml @@ -31,6 +31,7 @@ + + + + + +Implements an edit control specialized for Integer values with a specific +numeric base. + + + + + + + + + + + + + + + +Lower limit for the value in an Integer edit control. + + + + + + + +Upper limit for the value in an Integer edit control. + + + + + + + +Specified an event handler signalled when the numeric base for an Integer edit control is changed. + + + + + + +Control for the event notification. + + + + + + + + + + + + + + +Defines the base class for an Integer edit control using a specified numeric +base. + + + + +TCustomEdit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Integer value for the control as an Int64 type. + + + + + + + +Value for the control before EditingDone is called or the focused control is +changed. + + + + + + + +Indicates whether the value in the CurrentValue property is valid. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Implements an edit control for Integer values using a specified numeric base. + + + + +TCustomEdit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Constructor for the class instance. + + + + + + +Owner of the class instance. + + + + + + + + + + + + + + + + +AutoSelected is a public property in TLazIntegerEdit. + + + +TCustomEdit.AutoSelected + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Converts the specified string to a word value using the specified numeric base. + + + + + + + + + + + + + + + + + +Converts a Word value using the specified numeric base to its string +representation. + + + + + + + + + + + + + + + + + + + +
+AutoSelected is a public property in TLazIntegerEdit. +