diff --git a/docs/xml/lcl/lclclasses.xml b/docs/xml/lcl/lclclasses.xml index 0c891dc0de..4b8fc1af04 100644 --- a/docs/xml/lcl/lclclasses.xml +++ b/docs/xml/lcl/lclclasses.xml @@ -18,7 +18,9 @@ - + + Represents a Long value as low- and high-order signed SmallInt values. +

SysUtils has a LongRec structure which uses an unsigned Word type for Lo and Hi. LazLongRec provides a similar record with signed SmallInt members. diff --git a/docs/xml/lcl/maskedit.xml b/docs/xml/lcl/maskedit.xml index 7d4ed8f786..4be84e2b26 100644 --- a/docs/xml/lcl/maskedit.xml +++ b/docs/xml/lcl/maskedit.xml @@ -6,7 +6,6 @@ MaskEdit ==================================================================== --> - Defines classes, types, and constants used to implement a masked edit control. @@ -467,6 +466,18 @@ + + Exception type raised for an invalid mask value in an edit mask. + +

+ Indicates that the content in EditMask is not a valid edit mask expression. Raised when a value is assigned to the EditMask property. Generally indicates that an invalid set declaration has been used in the edit mask. +

+
+ + + +
+ Ancestor for UTF-8 exceptions. @@ -513,6 +524,50 @@ + + Exception message used when an invalid mask character is found. + + + + + + + + Exception message used when an unclosed set is found in an edit mask. + + + + + + + + + Exception message used when a mask character not in the ASCII character set is used. + + + + + + + + + Exception message used when an empty set is specified in an edit mask. + + + + + + + + + Exception message used when more than one set range is used in an edit mask. + + + + + + + The base class for TMaskEdit. diff --git a/docs/xml/lcl/themes.xml b/docs/xml/lcl/themes.xml index 3ce9bbb893..5910df5ff6 100644 --- a/docs/xml/lcl/themes.xml +++ b/docs/xml/lcl/themes.xml @@ -1851,18 +1851,27 @@ Mike Lischke (public@soft-gems.net, www.soft-gems.net). - + + Represents glyph / image options that can be enabled or disabled for a theme. + - + + + Show images on buttons. -show images on menus. +Show images on menus. Use hot / down effects on (button) glyphs. + +

+ The option is platform- or OS-dependent. Not supported for Windows or Mac. Requires WindowManager or Desktop Environment support on Linux platforms. +

+