-
+ TTranslateString is the type used to represent string values that can be translated using the localization facilities found in the LCL and the Lazarus IDE. Properties, constants, variables, and parameter values defined using this type can be localized using translation classes found in the
+ TCriticalSection is the type used to protect access to resources in a multi-threaded application. Please note that the type is different than the TRTLCriticalSection type and the class by the same name implemented in the
+ TLCLIntfHandle is the type returned from the CreateHandle method in widgetset classes. +
++ Not equivalent to anything less than $FF. Will only be sent by a primary "@" key but not for a @ key as secondary action of a "2" key, for example. +
++ Not yet supported by MessageDlg. +
++ Not yet supported by MessageDlg. +
++ Defined for the LCL. +
++ Same as COLOR_ENDCOLORS. +
+
+ TClipboardFormat is the type passed as an argument to TClipboardRequestEvent event handlers, and to routines in the
+ TClipboardRequestEvent is the type used to represent an event handler procedure for clipboard requests in widgetset classes. It is the type used to implement the OnRequest event handler in TClipboard. +
++ Used for platforms / window managers / desktop environments that support more than on clipboard. It appears to be inherently tied to the ICCCM protocol developed by freedesktop.org. Values in the enumeration are used in widgetset classes as an index to access the different clipboard storages. +
++ Values in the enumeration indicates the type of content stored on the clipboard. Values from the enumeration are passed as an argument to routines in the LCL interface, and used in the implementation of widgetset classes. +
++ TListChangeEvent is the type used for the OnChange event handler property in TListWithEvent. +
++ Values in the enumeration are passed as an argument to the InitStockFont routine in the LCL interface, and used when a widgetset class calls its InitStockFont method. +
++ The following values are not supported in the CompStyle argument, and cause 'Unknown component style' to be returned from the routine: +
++ Not used in the current LCL implementation. +
++ The return value is 0 (zero) if the character in C is not an alphanumeric character in the ranges '0'..'9', 'a'..'z', or 'A'..'Z'. +
++ Values passed in the arguments to the routine are Integer types. Values in nNumber and nNumerator are cast to Int64 values for the multiplication operation. MathRound is called to ensure that the result for the division operation is rounded for the Int64 type, and is cast to the Integer type used in the return value. +
++ When nNumerator and nDenominator have the same value, the return value is set to nNumber. The return value is -1 if the value in nDenominator is 0 (zero). +
++ The return value is determined by combining the value in Key with the Shift, Ctrl, Alt, or Meta modifiers in Shift. The return value is 0 if any of the high-order bits in Key are already set. +
+