From fc0c7393bbb29ae78d988762e2865c79e3932a1a Mon Sep 17 00:00:00 2001 From: dsiders Date: Thu, 28 Oct 2021 17:11:17 +0100 Subject: [PATCH] Docs: LCL/interfacebase. Adds missing topic for MemSizeLessThan. * depends on 75aebbee. --- docs/xml/lcl/interfacebase.xml | 53 +++++++++++++++++++++++++++++----- 1 file changed, 46 insertions(+), 7 deletions(-) diff --git a/docs/xml/lcl/interfacebase.xml b/docs/xml/lcl/interfacebase.xml index 9ac00d6c27..c3d1b06bc5 100644 --- a/docs/xml/lcl/interfacebase.xml +++ b/docs/xml/lcl/interfacebase.xml @@ -6911,21 +6911,60 @@ - - - + + Gets the enumeration value representing the LCL platform for the current widgetset. + + +

+ The return value is the LCLPlatform property in the WidgetSet variable when assigned and not using the NoGui widgetset. Otherwise, the value from the BuildLCLWidgetType variable is used in the return value. +

+
+ + TLCLPlatform + BuildLCLWidgetType +
- + TLCLPlatform enumeration value for the widgetset. - + + Gets the directory name for the LCL platform enumeration value used for the widgetset. + - + + + TLCLPlatform + LCLPlatformDirNames + LCLPlatformDisplayNames + - + Name for the LCL platform enumeration value. + + + + + Determines if the specified non-zero memory size is smaller than a given value. + + +

+ Used in the implementation of widgetset classes. +

+
+ +
+ + + Returns True when AMemSize has been assigned and is smaller than AThen. Returns False when AMemSize is zero. + + + + Memory size examined in the method. + + + Value to which the memory size is compared.