From b828c4ab216b379c4e043b8bbf71d8fca9c99d94 Mon Sep 17 00:00:00 2001 From: dsiders Date: Fri, 16 Aug 2024 00:33:36 +0100 Subject: [PATCH] Docs: LazControls/laznumedit. Adds and updates topics and content. * Includes changes in cab5b39f, 20445109, f54755cc, c924cafb. * Issue numbers #41079, #41080, #41081, #41082. --- components/lazcontrols/docs/laznumedit.xml | 81 ++++++++++++++++------ 1 file changed, 58 insertions(+), 23 deletions(-) diff --git a/components/lazcontrols/docs/laznumedit.xml b/components/lazcontrols/docs/laznumedit.xml index 7adbf9f83f..497afcd9c5 100644 --- a/components/lazcontrols/docs/laznumedit.xml +++ b/components/lazcontrols/docs/laznumedit.xml @@ -26,25 +26,9 @@ 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. +Specifies an event handler signalled when the numeric base (radix) for an Integer edit control is changed. @@ -55,13 +39,19 @@ Control for the event notification. - + +Current numeric base for the notification. + - + +New numeric base for the notification. + - + +Optional prefix for the new numeric base. + @@ -76,6 +66,23 @@ base. + + + +Lower limit for the Int64 value in the control. + + + + + + + +Upper limit for the Int64 value in the control. + + + + + @@ -436,11 +443,39 @@ Owner of the class instance. - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +