'let' and 'do' bindings are not permitted in class definitions unless an implicit construction sequence is used. You can use an implicit construction sequence by modifying the type declaration to include arguments, e.g. 'type X(args) = ...'.
Legend column margins (as a percentage of legend font size). This is only applicable to items that are automatically generated ...
Legend column series symbol size (as a percentage of legend font size). This is only applicable to items that are automatically ...
Less Than operator Compares two expressions and returns True if the first is less than the second. Otherwise, returns False. ...
Less Than Or Equals operator Compares two expressions and returns True if the first is less than or equal to the second. ...
let' and 'do' bindings are not permitted in class definitions unless an implicit construction sequence is used. You can use ...
Lib keyword Introduces a clause that identifies the external file (DLL or code resource) containing an external procedure. ...
Libraries : Shows how to use compiler options to create a DLL from multiple source files; also, how to use the library in ...
Library Directories : Path to use when searching for library files while building a VC++ project. Corresponds to environment ...
Like operator Compares a string against a pattern. Wildcards available include ? to match 1 character and to match 0 or more ...