From add007db63020b263277cad9b040d9564b7d5ef1 Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 14 Aug 2024 21:52:05 +0100 Subject: [PATCH] Docs: LazControls. Adds laznumedit.xml for changes in 72aac2eb. Updates project file. * Needs content in most of the new topics. (cherry picked from commit 1e5c172674c87b15a2f489d2e7cb53dc62128187) --- .../lazcontrols/docs/lazcontrols-project.xml | 2 + components/lazcontrols/docs/laznumedit.xml | 563 ++++++++++++++++++ 2 files changed, 565 insertions(+) create mode 100644 components/lazcontrols/docs/laznumedit.xml 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. + + + + + + + + + + + + + + + +
+ + + +