rad Reference & Examples
Unit identifier '%s' does not match file name
E2001Ordinal type required
E2002File type not allowed here
E2003Undeclared identifier '%s'
E2004Identifier redeclared '%s'
E2005'%s' is not a type identifier
E2006PACKED not allowed here
E2007Constant or type identifier expected
E2008Incompatible types
E2009Incompatible types - '%s'
E2010Incompatible types - '%s' and '%s'
E2011Low bound exceeds high bound
E2012Type of expression must be BOOLEAN
E2013Type of expression must be INTEGER
E2014Statement expected, but expression of type '%s' found
E2015Operator not applicable to this operand type
E2016Array type required
E2017Pointer type required
E2018Record, object or class type required
E2019Object type required
E2020Object or class type required
E2021Class type required
E2022Class helper type required
E2023Function needs result type
E2024Invalid function result type
E2025Procedure cannot have a result type
E2026Constant expression expected
E2027Duplicate tag value
E2028Sets may have at most 256 elements
E2029%s expected but %s found
E2030Duplicate case label
E2031Label expected
E2032For loop control variable must have ordinal type
E2033Types of actual and formal var parameters must be identical
E2034Too many actual parameters
E2035Not enough actual parameters
E2036Variable required
E2037Declaration of '%s' differs from previous declaration
E2038Illegal character in input file - '%s' (%s)
E2045Bad object file format - '%s'
E2049Label declaration not allowed in interface part
E2050Statements not allowed in interface part
E2052Unterminated string
E2053Syntax error in real number
E2056String literals may have at most 255 elements
E2057Unexpected end of file in comment started on line %ld
E2058Class, interface and object types only allowed in type section
E2059Local class, interface or object types not allowed
E2060Class and interface types only allowed in type section
E2061Local class or interface types not allowed
E2062Virtual constructors are not allowed
E2064Left side cannot be assigned to
E2065Unsatisfied forward or external declaration '%s'
E2066Missing operator or semicolon
E2067Missing parameter type
E2068Illegal reference to symbol '%s' in object file '%s'
E2070Unknown directive - '%s'
E2071This type cannot be initialized
E2072Number of elements (%d) differs from declaration (%d)
E2073Label already defined '%s'
E2074Label declared and referenced, but not set '%s'
E2075This form of method call only allowed in methods of derived types
E2076This form of method call only allowed for class methods
E2078Procedure FAIL only allowed in constructor
E2079Procedure NEW needs constructor
E2080Procedure DISPOSE needs destructor
E2081Assignment to FOR-Loop variable '%s'
E2082TYPEOF can only be applied to object types with a VMT
E2083Order of fields in record constant differs from declaration
E2085Unit name mismatch: '%s' '%s'
E2086Type '%s' is not yet completely defined
E2088Variable name expected
E2089Invalid typecast
E2090User break - compilation aborted
E2093Label '%s' is not declared in current procedure
E2095Missing ENDIF directive
E2096Method identifier expected
E2097BREAK or CONTINUE outside of loop
E2098Division by zero
E2099Overflow in conversion or arithmetic operation
E2100Data type too large exceeds 2 GB
E2102Integer constant too large
E210316-Bit fixup encountered in object file '%s'
E2104Bad relocation encountered in object file '%s'
E2105Inline assembler syntax error
E2106Inline assembler stack overflow
E2107Operand size mismatch
E2108Memory reference expected
E2109Constant expected
E2110Type expected
E2111Cannot add or subtract relocatable symbols
E2112Invalid register combination
E2113Numeric overflow
E2114String constant too long
E2115Error in numeric constant
E2116Invalid combination of opcode and operands
E2118Division by zero
E2119Structure field identifier expected
E2121Procedure or function name expected
E2122PROCEDURE or FUNCTION expected
E2123PROCEDURE, FUNCTION, PROPERTY, or VAR expected
E2124Instance member '%s' inaccessible here
E2125EXCEPT or FINALLY expected
E2126Cannot BREAK, CONTINUE or EXIT out of a FINALLY clause
E2127'GOTO %s' leads into or out of TRY statement
E2128%s clause expected, but %s found
E2129Cannot assign to a read-only property
E2130Cannot read a write-only property
E2131Class already has a default property
E2132Default property must be an array property
E2133TYPEINFO standard function expects a type identifier
E2134Type '%s' has no type info
E2136No definition for abstract method '%s' allowed
E2137Method '%s' not found in base class
E2138Invalid message parameter list
E2139Illegal message method index
E2140Duplicate message method index
E2142Inaccessible value
E2143Expression has no value
E2144Destination is inaccessible
E2145Re-raising an exception only allowed in exception handler
E2146Default values must be of ordinal, pointer or small set type
E2147Property '%s' does not exist in base class
E2148Dynamic method or message handler not allowed here
E2149Class does not have a default property
E2150Bad argument type in variable type array constructor
E2151Could not load RLINK32.DLL
E2152Wrong or corrupted version of RLINK32.DLL
E2153';' not allowed before 'ELSE'
E2154Type '%s' needs finalization - not allowed in variant record
E2155Type '%s' needs finalization - not allowed in file type
E2156Expression too complicated
E2157Element 0 inaccessible - use 'Length' or 'SetLength'
E2158%s unit out of date or corrupted - missing '%s'
E2159%s unit out of date or corrupted - missing '%s.%s'
E2160Type not allowed in OLE Automation call
E2163Too many conditional symbols
E2165Compile terminated by user
E2166Unnamed arguments must precede named arguments in OLE Automation call
E2167Abstract methods must be virtual or dynamic
E2168Field or method identifier expected
E2169Field definition not allowed after methods or properties
E2170Cannot override a non-virtual method
E2171Variable '%s' inaccessible here due to optimization
E2172Necessary library helper function was eliminated by linker (%s)
E2173Missing or invalid conditional symbol in '$%s' directive
E2174'%s' not previously declared as a PROPERTY
E2175Field definition not allowed in OLE automation section
E2176Illegal type in OLE automation section: '%s'
E2177Constructors and destructors not allowed in OLE automation section
E2178Dynamic methods and message handlers not allowed in OLE automation section
E2179Only register calling convention allowed in OLE automation section
E2180Dispid '%d' already used by '%s'
E2181Redeclaration of property not allowed in OLE automation section
E2182'%s' clause not allowed in OLE automation section
E2183Dispid clause only allowed in OLE automation section
E2184%s section valid only in class types
E2185Overriding automated virtual method '%s' cannot specify a dispid
E2186Published Real property '%s' must be Single, Real, Double or Extended
E2187Size of published set '%s' is 4 bytes
E2188Published property '%s' cannot be of type %s
E2189Thread local variables cannot be local to a function
E2190Thread local variables cannot be ABSOLUTE
E2191EXPORTS allowed only at global scope
E2192Constants cannot be used as open array arguments
E2193Slice standard function only allowed as open array argument
E2194Cannot initialize thread local variables
E2195Cannot initialize local variables
E2196Cannot initialize multiple variables
E2197Constant object cannot be passed as var parameter
E2198%s cannot be applied to a long string
E2199Packages '%s' and '%s' both contain unit '%s'
E2200Package '%s' already contains unit '%s'
E2201Need imported data reference ($G) to access '%s' from unit '%s'
E2202Required package '%s' not found
E2203$WEAKPACKAGEUNIT '%s' contains global data
E2204Improper GUID syntax
E2205Interface type required
E2206Property overrides not allowed in interface type
E2207'%s' clause not allowed in interface type
E2208Interface '%s' already implemented by '%s'
E2209Field declarations not allowed in interface type
E2210'%s' directive not allowed in in interface type
E2211Declaration of '%s' differs from declaration in interface '%s'
E2212Package unit '%s' cannot appear in contains or uses clauses
E2213Bad packaged unit format %s.%s
E2214Package '%s' is recursively required
E221516-Bit segment encountered in object file '%s'
E2216Can't handle section '%s' in object file '%s'
E2217Published field '%s' not a class or interface type
E2218Published method '%s' contains an unpublishable type
E2220Never-build package '%s' requires always-build package '%s'
E2221$WEAKPACKAGEUNIT '%s' cannot have initialization or finalization code
E2222$WEAKPACKAGEUNIT & $DENYPACKAGEUNIT both specified
E2223$DENYPACKAGEUNIT '%s' cannot be put into a package
E2224$DESIGNONLY and $RUNONLY only allowed in package unit
E2225Never-build package '%s' must be recompiled
E2226Compilation terminated; too many errors
E2227Imagebase is too high - program exceeds 2 GB limit
E2228A dispinterface type cannot have an ancestor interface
E2229A dispinterface type requires an interface identification
E2230Methods of dispinterface types cannot specify directives
E2231'%s' directive not allowed in dispinterface type
E2232Interface '%s' has no interface identification
E2233Property '%s' inaccessible here
E2234Getter or setter for property '%s' cannot be found
E2236Constructors and destructors must have %s calling convention
E2237Parameter '%s' not allowed here due to default value
E2238Default value required for '%s'
E2239Default parameter '%s' must be by-value or const
E2240$EXTERNALSYM and $NODEFINE not allowed for '%s'; only global symbols
E2241C++ obj files must be generated (-jp)
E2242'%s' is not the name of a unit
E2245Recursive include file %s
E2246Need to specify at least one dimension for SetLength of dynamic array
E2247Cannot take the address when compiling to byte code
E2248Cannot use old style object types when compiling to byte code
E2249Cannot use absolute variables when compiling to byte code
E2250There is no overloaded version of '%s' that can be called with these arguments
E2251Ambiguous overloaded call to '%s'
E2252Method '%s' with identical parameters already exists
E2253Ancestor type '%s' does not have an accessible default constructor
E2254Overloaded procedure '%s' must be marked with the 'overload' directive
E2255New not supported for dynamic arrays - use SetLength
E2256Dispose not supported (nor necessary) for dynamic arrays
E2257Duplicate implements clause for interface '%s'
E2258Implements clause only allowed within class types
E2259Implements clause only allowed for properties of class or interface type
E2260Implements clause not allowed together with index clause
E2261Implements clause only allowed for readable property
E2262Implements getter must be %s calling convention
E2263Implements getter cannot be dynamic or message method
E2264Cannot have method resolutions for interface '%s'
E2265Interface '%s' not mentioned in interface list
E2266Only one of a set of overloaded methods can be published
E2267Previous declaration of '%s' was not marked with the 'overload' directive
E2268Parameters of this type cannot have default values
E2270Published property getters and setters must have %s calling convention
E2271Property getters and setters cannot be overloaded
E2272Cannot use reserved unit name '%s'
E2273No overloaded version of '%s' with this parameter list exists
E2274property attribute 'label' cannot be used in dispinterface
E2275property attribute 'label' cannot be an empty string
E2276Identifier '%s' cannot be exported
E2277Only external cdecl functions may use varargs
E2278Cannot take address of local symbol %s
E2279Too many nested conditional directives
E2280Unterminated conditional directive
E2281Type not allowed in Variant Dispatch call
E2282Property setters cannot take var parameters
E2283Too many local constants. Use shorter procedures
E2284Duplicate resource name type %d '%s'
E2285Duplicate resource id type %d id %d
E2286Coverage library name is too long: %s
E2287Cannot export '%s' multiple times
E2288File name too long (exceeds %d characters)
E2289Unresolved custom attribute %s
E2290Cannot mix destructors with IDisposable
E2291Missing implementation of interface method %s.%s
E2292'%s' must reference a property or field of class '%s'
E2293Cannot have both a DLLImport attribute and an external or calling convention directive
E2294A class helper that descends from '%s' can only help classes that are descendents '%s'
E2295A class helper cannot introduce a destructor
E2296A constructor introduced in a class helper must call the parameterless constructor of the helped class as the first statement
E2299Property required
E2300Cannot generate property accessor '%s' because '%s' already exists
E2301Method '%s' with identical parameters and result type already exists
E2306'Self' is initialized more than once
E2307NEW standard function expects a dynamic array type identifier
E2308Need to specify at least one dimension for NEW of dynamic array
E2309Attribute - Known attribute named argument cannot be an array
E2310Attribute - A custom marshaler requires the custom marshaler type
E2311Attribute - MarshalAs fixed string requires a size
E2312Attribute - Invalid argument to a known attribute
E2313Attribute - Known attribute cannot specify properties
E2314Attribute - The MarshalAs attribute has fields set that are not valid for the specified unmanaged type
E2315Attribute - Known custom attribute on invalid target
E2316Attribute - The format of the GUID was invalid
E2317Attribute - Known custom attribute had invalid value
E2318Attribute - The MarshalAs constant size cannot be negative
E2319Attribute - The MarshalAs parameter index cannot be negative
E2320Attribute - The specified unmanaged type is only valid on fields
E2321Attribute - Known custom attribute has repeated named argument
E2322Attribute - Unexpected type in known attribute
E2323Attribute - Unrecognized argument to a known custom attribute
E2324Attribute - Known attribute named argument doesn't support variant
E2325Attribute '%s' is not valid on this target
E2326Attribute '%s' can only be used once per target
E2327Linker error while emitting attribute '%s' for '%s'
E2328Linker error while emitting metadata
E2329Metadata - Error occured during a read
E2330Metadata - Error occured during a write
E2331Metadata - File is read only
E2332Metadata - An ill-formed name was given
E2333Metadata - Data value was truncated
E2334Metadata - Old version error
E2335Metadata - A shared mem open failed to open at the originally
E2336Metadata - Create of shared memory failed. A memory mapping of the same name already exists
E2337Metadata - There isn't .CLB data in the memory or stream
E2338Metadata - Database is read only
E2339Metadata - The importing scope is not compatible with the emitting scope
E2340Metadata - Data too large
E2341Metadata - Column cannot be changed
E2342Metadata - Too many RID or primary key columns, 1 is max
E2343Metadata - Primary key column may not allow the null value
E2344Metadata - Data too large
E2345Metadata - Attempt to define an object that already exists
E2346Metadata - A guid was not provided where one was required
E2347Metadata - Bad binary signature
E2348Metadata - Bad input parameters
E2349Metadata - Cannot resolve typeref
E2350Metadata - No logical space left to create more user strings
E2351Final methods must be virtual or dynamic
E2352Cannot override a final method
E2353Cannot extend sealed class '%s'
E2354String element cannot be passed to var parameter
E2355Class property accessor must be a class field or class static method
E2356Property accessor must be an instance field or method
E2357PROCEDURE, FUNCTION, or CONSTRUCTOR expected
E2358Class constructors not allowed in class helpers
E2359Multiple class constructors in class %s: %s and %s
E2360Class constructors cannot have parameters
E2361Cannot access private symbol %s.%s
E2362Cannot access protected symbol %s.%s
E2363Only methods of descendent types may access protected symbol %s%s.%s across assembly boundaries
E2366Global procedure or class static method expected
E2370Cannot use inherited methods for interface property accessors
E2371ABSTRACT and FINAL cannot be used together
E2372Identifier expected
E2373Call to abstract method %s.%s
E2374Cannot make unique type from %s
E2375PRIVATE or PROTECTED expected
E2376STATIC can only be used on non-virtual class methods
E2377Unable to locate Borland.Delphi.Compiler.ResCvt.dll
E2378Error while converting resource %s
E2379Virtual methods not allowed in record types
E2380Instance or class static method expected
E2381Resource string length exceeds Windows limit of 4096 characters
E2382Cannot call constructors using instance variables
E2383ABSTRACT and SEALED cannot be used together
E2385Error while signing assembly
E2386Invalid version string '%s' specified in %s
E2387The key container name '%s' does not exist
E2388Unrecognized strong name key file '%s'
E2389Protected member '%s' is inaccessible here
E2390Class must be sealed to call a private constructor without a type qualifier
E2391Potentially polymorphic constructor calls must be virtual
E2392Can't generate required accessor method(s) for property %s.%s due to name conflict with existing symbol %s in the same scope
E2393Invalid operator declaration
E2394Parameterless constructors not allowed on record types
E2395Unsafe procedure only allowed if compiling with $UNSAFECODE ON
E2396Unsafe code only allowed in unsafe procedure
E2397Unsafe pointer only allowed if compiling with $UNSAFECODE ON
E2398Class methods in record types must be static
E2399Namespace conflicts with unit name '%s'
E2400Unknown Resource Format '%s'
E2402Constructing instance of abstract class '%s'
E2403Add or remove accessor for event '%s' cannot be found
E2405Unknown element type found importing signature of %s.%s
E2406EXPORTS section allowed only if compiling with $UNSAFECODE ON
E2407Duplicate resource identifier %s found in unit %s(%s) and %s(%s)
E2408Can't extract strong name key from assembly %s
E2409Fully qualified nested type name %s exceeds 1024 byte limit
E2410Unsafe pointer variables, parameters or consts only allowed in unsafe procedure
E2411Unit %s in package %s refers to unit %s which is not found in any package. Packaged units must refer only to packaged units
E2412CREATE expected
E2413Dynamic array type needed
E2414Disposed cannot be declared in classes with destructors
E2415Could not import assembly '%s' because it contains namespace '%s'
E2416Could not import package '%s' because it contains system unit '%s'
E2417Field offset cannot be determined for variant record because previous field type is unknown size record type
E2418Type '%s' needs initialization - not allowed in variant record
E2419Record type too large: exceeds 1 MB
E2420Interface '%s' used in '%s' is not yet completely defined
E2422Imported identifier '%s' conflicts with '%s' in namespace '%s'
E2423Void type not usable in this context
E2424Codepage '%s' is not installed on this machine
E2425Inline methods must not be virtual nor dynamic
E2426Inline function must not have asm block
E2428Field '%s' needs initialization - not allowed in CLS compliant value types
E2429Duplicate implementation for 'set of %s' in this scope
E2430for-in statement cannot operate on collection type '%s'
E2431for-in statement cannot operate on collection type '%s' because '%s' does not contain a member for '%s', or it is inaccessible
E2432%s cannot be applied to a rectangular dynamic array
E2433Method declarations not allowed in anonymous record or local record type
E2434Property declarations not allowed in anonymous record or local record type
E2435Class member declarations not allowed in anonymous record or local record type
E2436Type declarations not allowed in anonymous record or local record type
E2437Constant declarations not allowed in anonymous record or local record type
E2439Inline function must not have open array argument
E2441Inline function declared in interface section must not use local symbol '%s'
E2442Inline directive not allowed in constructor or destructor
E2447Duplicate symbol '%s' defined in namespace '%s' by '%s' and '%s'
E2448An attribute argument must be a constant expression, typeof expression or array constructor
E2449Inlined nested routine '%s' cannot access outer scope variable '%s'
E2450There is no overloaded version of array property '%s' that can be used with these arguments
E2452Unicode characters not allowed in published symbols
E2453Destination cannot be assigned to
E2454Slice standard function not allowed for VAR nor OUT argument
E2459Class property accessor must not have field selector
E2460Cannot inherit from special class '%s.%s'
E2461Identifier '%s' is not an instance field
E2463'%s' directive not allowed in record type
E2464First parameter of Assign operator must be var parameter
E2465A record cannot introduce a destructor
E2466Never-build package '%s' requires always-build package '%s'
E2467Record or object type required
E2468Linker detected duplicate name '%s' made from type '%s' in both unit '%s' and '%s'
E2469Linker detected duplicate name '%s' made from both type '%s' in unit '%s' and type '%s' in unit '%s'
E2470Linker detected duplicate name '%s' made from type '%s' in unit '%s' and conflicting with compiler generated class name for unit '%s'
E2471Possibly parameterless constructors not allowed on record types
E2474Record type required
E2475'%s' directive not allowed in record helper type
E2501Inline function cannot call nested routine '%s'
E2506Method of parameterized type declared in interface section must not use local symbol '%s'
E2507CLASS constraint and RECORD constraint cannot be specified together
E2508type parameters not allowed on this type
E2510Type '%s' is not a valid constraint
E2511Type parameter '%s' must be a class type
E2512Type parameter '%s' must be a non-nullable value type
E2513Type parameter '%s' must have one public parameterless constructor named Create
E2514Type parameter '%s' must support interface '%s'
E2515Type parameter '%s' is not compatible with type '%s'
E2516Constraint '%s' is conflicting with previous constraints
E2517Operator '%s' must take %d parameter(s)
E2518Operator '%s' must take least one '%s' type in parameters
E2519First parameter type of operator '%s' and result type must be identical
E2520Result type of operator '%s' must be Boolean type
E2521Operator '%s' must take one '%s' type in parameter or result type
E2527Helper type '%s' cannot be used in declarations
E2528Type parameters not allowed on this method
E2529Type parameters not allowed on operator
E2530Type parameters not allowed on global procedure or function
E2531Method '%s' requires explicit type argument(s)
E2532Couldn't infer generic type argument from different argument types for method '%s'
E2533Virtual, dynamic and message methods cannot have type parameters
E2534Class constructor must not be virtual, dynamic nor message
E2535Interface methods must not have parameterized methods
E2537DEFAULT standard function expects a type identifier
E2538DEFAULT standard function not allowed for this type
E2539Missing implementation for abstract method '%s.%s'
E2540Cannot seal abstract type '%s'
E2543Instantiated data type '%s' too large: exceeds 2 GB
E2545Cannot publish class property '%s' - only instance properties can be published
E2548Cannot take a class reference of parameterized type
E2549Cannot declare parameterized type derived from custom attribute class
E2556Type of procedure result or untyped parameter cannot be used as type argument
E2551There is no type parameterized methods of '%s' that can be used with these number of type parameters
E2552CLASS or RECORD constraint and class type constraint cannot be specified together
E2553Class type constraint cannot be specified more than once
E2555Cannot capture symbol '%s'
E2560$OBJTYPENAME not allowed for '%s'; only global and non-alias type symbol
E2561Specified options for $EXTERNALSYM and $NODEFINE are not allowed for '%s'; only global and non-alias type symbol
E2562Field identifier required
E2563Specified interface type is not declared
E2564Undefined type '%s'
E2565Cannot use parameterized or instantiated type as custom attribute
E2568Can't create new instance without CONSTRUCTOR constraint in type parameter declaration
E2569Type parameter '%s' may need finalization - not allowed in variant record. Consider using RECORD constraint
E2570Local procedure in generic method or method of generic type is not supported
E2571Type parameter '%s' doesn't have class or interface constraint
E2572RTTI visibility set constant expression of type System.TRttiVisibility expected
E2573Illegal value for the ALIGN directive (valid for one of 1, 2, 4, 8 or 16)
E2574Instantiated type can not be used for TYPE'd type declaration
E2575RTTI for '%s' is too large; reduce scope with $RTTI or reduce type size
E2584Weak attribute only allowed on fields and variables of type class or interface: '%s'
E2589Helper type can not be declared in parameterized type context
E2590Linker option string too long
E2591Only cdecl functions may use varargs
E2597'%s'
E2598Virtual methods not allowed in record helper types
E2599Field definition not allowed in helper type
E2601Procedure NEW needs constructor identifier of '%s', but undeclared identifier '%s' found
E2602Procedure DISPOSE needs destructor identifier of '%s', but undeclared identifier '%s' found
E2603Constraint '%s' cannot be specified more than once
F1027Unit not found '%s' or binary equivalents (%s)
F2039Could not create output file '%s'
F2040Seek error on '%s'
F2046Out of memory
F2047Circular unit reference to '%s'
F2048Bad unit format - '%s'
F2051Unit %s was compiled with a different version of %s.%s
F2063Could not compile used unit '%s'
F2069Line too long (more than 1023 characters)
F2084Internal Error - %s%d
F2087System unit incompatible with trial version
F2092Program or unit '%s' recursively uses itself
F2220Could not compile package '%s'
F2438UCS-4 text encoding not supported. Convert to UCS-2 or UTF-8
F2446Unit '%s' is compiled with unit '%s' in '%s' but different version '%s' found
F2458Cannot import metadata from Delphi 'library'. Use packages instead
F2462Framework %s does not support thread local variables (%s.%s)
F2613Unit '%s' not found.
H2077Value assigned to '%s' never used
H2135FOR or WHILE loop executes zero times - deleted
H2164Variable '%s' is declared but never used in '%s'
H2219Private symbol '%s' declared but never used
H2235Package '%s' does not use or export '%s.%s'
H2365Override method %s.%s should match case of ancestor %s.%s
H2368Visibility of property accessor method %s should match property %s.%s
H2369Property accessor %s should be %s
H2384CLS: overriding virtual method '%s.%s' visibility (%s) must match base class '%s' (%s)
H2440Inline method visibility is not lower or same visibility of accessing member '%s.%s'
H2443Inline function '%s' has not been expanded because unit '%s' is not specified in USES list
H2444Inline function '%s' has not been expanded because accessing member '%s' is inaccessible
H2445Inline function '%s' has not been expanded because its unit '%s' is specified in USES statement of IMPLEMENTATION section and current function is inline function or being inline function
H2456Inline function '%s' has not been expanded because contained unit '%s' uses compiling unit '%s'
H2457Inline function '%s' has not been expanded because contained unit '%s' uses compiling unit '%s' indirectly
H2505'Self' is uninitialized. An inherited constructor must be called before entering a try block
H2509Identifier '%s' conflicts with type parameters of container type
H2596'%s'
W1000Symbol '%s' is deprecated
W1001Symbol '%s' is specific to a library
W1002Symbol '%s' is specific to a platform
W1003Symbol '%s' is experimental
W1004Unit '%s' is specific to a library
W1005Unit '%s' is specific to a platform
W1006Unit '%s' is deprecated
W1007Unit '%s' is experimental
W1009Redeclaration of '%s' hides a member in the base class
W1010Method '%s' hides virtual method of base type '%s'
W1011Text after final 'END.' - ignored by compiler
W1013Constant 0 converted to NIL
W1014String constant truncated to fit STRING%ld
W1015FOR-Loop variable '%s' cannot be passed as var parameter
W1016Typed constant '%s' passed as var parameter
W1017Assignment to typed constant '%s'
W1018Case label outside of range of case expression
W1021Comparison always evaluates to False
W1022Comparison always evaluates to True
W1023Comparing signed and unsigned types - widened both operands
W1024Combining signed and unsigned types - widened both operands
W1029Duplicate %s '%s' with identical parameters will be inacessible from C++
W1031Package '%s' will not be written to disk because -J option is enabled
W1032Exported package threadvar '%s.%s' cannot be used outside of this package
W1034$HPPEMIT '%s' ignored
W1035Return value of function '%s' might be undefined
W1036Variable '%s' might not have been initialized
W1037FOR-Loop variable '%s' may be undefined after loop
W1039No configuration files found
W1040Implicit use of Variants unit
W1041Error converting Unicode char to locale charset. String truncated. Is your LANG environment variable set correctly
W1042Error converting locale string '%s' to Unicode. String truncated. Is your LANG environment variable set correctly
W1043Imagebase $%X is not a multiple of 64k. Rounding down to $%X
W1044Suspicious typecast of %s to %s
W1045Property declaration references ancestor private '%s.%s'
W1046Unsafe type '%s%s%s'
W1047Unsafe code '%s'
W1048Unsafe typecast of '%s' to '%s'
W1049value '%s' for option %s was truncated
W1050WideChar reduced to byte char in set expressions
W1051Duplicate symbol names in namespace. Using '%s.%s' found in %s. Ignoring duplicate in %s
W1055Published caused RTTI ($M+) to be added to type '%s'
W1057Implicit string cast from '%s' to '%s'
W1058Implicit string cast with potential data loss from '%s' to '%s'
W1059Explicit string cast from '%s' to '%s'
W1060Explicit string cast with potential data loss from '%s' to '%s'
W1061Narrowing given WideChar constant ('%s') to AnsiChar lost information
W1062Narrowing given wide string constant lost information
W1063Widening given AnsiChar constant ('%s') to WideChar lost information
W1064Widening given AnsiString constant lost information
W1066Lost Extended floating point precision. Reduced to Double
W1067Unable to load DLL '%s'
W1068Modifying strings in place may not be supported in the future
W1069Feature will not be available in mobile Delphi compiler
W1070Use of untyped pointer can disrupt instance reference counts
W1071Implicit integer cast with potential data loss from '%s' to '%s'
W1072Implicit conversion may lose significant digits from '%s' to '%s'
W1073Combining signed type and unsigned 64-bit type - treated as an unsigned type
W1074Unknown Custom Attribute
W1201XML comment on '%s' has badly formed XML-'Whitespace is not allowed at this location.'
W1202XML comment on '%s' has badly formed XML- 'Reference to undefined entity '%s''
W1203XML comment on '%s' has badly formed XML-'A name was started with an invalid character.'
W1204XML comment on '%s' has badly formed XML-'A name contained an invalid character.'
W1205XML comment on '%s' has badly formed XML-'The character '%c' was expected.'
W1206XML comment on '%s' has cref attribute '%s' that could not be resolved
W1207XML comment on '%s' has a param tag for '%s', but there is no parameter by that name
W1208Parameter '%s' has no matching param tag in the XML comment for '%s' (but other parameters do)
RunTimeDelphi Run-Time Errors
Input-OutputInput-Output Errors
Fatal_errorsFatal Errors
1.1Code Example: ActiveControl
1.2Code Example: ActivePage
1.3Code Example: ActnMgrBar
1.4Code Example: AddChildObjectFirst
1.5Code Example: ADOQuery
1.6Code Example: AdvancedCharacterControl
1.7Code Example: AdvancedTCharacterControl
1.8Code Example: AfterEdit
1.9Code Example: AfterInsert
1.10Code Example: AfterOpen
1.11Code Example: AfterPost
1.12Code Example: AllowGrayed
1.13Code Example: AppendRecord
1.14Code Example: AppModalForms
1.15Code Example: ArrangeIcons
1.16Code Example: AssertErrorProc
1.17Code Example: AutomaticReferenceCounting
1.18Code Example: AutoPopup
1.19Code Example: AutoSize
1.20Code Example: BeforeDisconnect
1.21Code Example: BeforeGetRecords
1.22Code Example: BeforePost
1.23Code Example: BeginUpdate
1.24Code Example: BevelInner
1.25Code Example: BinHexMethods
1.26Code Example: BlockRead
1.27Code Example: BorderIcons
1.28Code Example: Bounds
1.29Code Example: BoundsRect
1.30Code Example: BringToFront
1.31Code Example: BrushCopy
1.32Code Example: ButtonControlChecked
1.33Code Example: ButtonStyle
1.34Code Example: BytesOf
1.35Code Example: Calendar
1.36Code Example: Cascade
1.37Code Example: CenterPoint
1.38Code Example: CharacterCasing
1.39Code Example: CharacterSurrogates
1.40Code Example: CharacterTypes
1.41Code Example: Chat Room Socket
1.42Code Example: ChDir
1.43Code Example: CheckListBoxCheckAll
1.44Code Example: ClassesGetClass
1.45Code Example: ClassParent
1.46Code Example: ClientDataSet
1.47Code Example: ClientDataSetAddIndex
1.48Code Example: ClientDataSetMoveBy
1.49Code Example: ClientHeight
1.50Code Example: ClientWndProc
1.51Code Example: ClipboardAssign
1.52Code Example: ClipRect
1.53Code Example: ColorGrid
1.54Code Example: ColorToRGB
1.55Code Example: CommandText
1.56Code Example: CompareStr
1.57Code Example: CompConversion
1.58Code Example: CompilerVersion
1.59Code Example: ComponentCountProperty
1.60Code Example: ComponentToString
1.61Code Example: ControlMargins
1.62Code Example: ControlsGetShortHint
1.63Code Example: ControlsTDragState
1.64Code Example: CopyMode
1.65Code Example: CopyToClipboard
1.66Code Example: CreateDataSet
1.67Code Example: CreateFormInPackage
1.68Code Example: CreateFromBitmapAndMask
1.69Code Example: CreateFromStream
1.70Code Example: CropForms
1.71Code Example: CustomForms
1.72Code Example: CustomSort
1.73Code Example: CutToClipboard
1.74Code Example: DateTime
1.75Code Example: DateTimeCompare
1.76Code Example: DateTimeGen
1.77Code Example: DateTimeInfo
1.78Code Example: DateTimeRecode
1.79Code Example: DateTimeToStr
1.80Code Example: DateToStr
1.81Code Example: DateUtils
1.82Code Example: DayOfWeek
1.83Code Example: DBBitType
1.84Code Example: DBImage
1.85Code Example: DecodeDate
1.86Code Example: DefAttributes
1.87Code Example: DefaultHandler
1.88Code Example: DelayedLoading
1.89Code Example: DialogHandle
1.90Code Example: DirectoriesAndFilesEnumeration
1.91Code Example: DirectoryExists
1.92Code Example: DirectoryOperations
1.93Code Example: DirList
1.94Code Example: DirListBoxDrive
1.95Code Example: DirListBoxUpdate
1.96Code Example: DisableControls
1.97Code Example: DiskFree
1.98Code Example: Docking
1.99Code Example: DownNumGlyphs and UpNumGlyphs
1.100Code Example: DrawGridCol
1.101Code Example: DrawGridSelection
1.102Code Example: DrawGridTopRow
1.103Code Example: DSProxyGenerator
1.104Code Example: DTStartEnd
1.105Code Example: DTTransform
1.106Code Example: DTTry
1.107Code Example: DTValid
1.108Code Example: DynamicLinkLib
1.109Code Example: EditMask
1.110Code Example: EditText
1.111Code Example: EncodeDate
1.112Code Example: EncodeTime
1.113Code Example: EqualRect
1.114Code Example: Event RTTI Invocation
1.115Code Example: ExceptionHandling
1.116Code Example: ExeName
1.117Code Example: ExpandFileName
1.118Code Example: ExtractFileName
1.119Code Example: FetchParams
1.120Code Example: FetchPooler
1.121Code Example: FileAttributes
1.122Code Example: FileExists
1.123Code Example: FileGetAttr
1.124Code Example: FileListBox
1.125Code Example: FileListBoxIndexOf
1.126Code Example: FileOpen
1.127Code Example: FileOperations
1.128Code Example: FileRead
1.129Code Example: FileSearch
1.130Code Example: FileSelectBtnEdit
1.131Code Example: FileToGrid
1.132Code Example: FilterComboBoxFilter
1.133Code Example: FilterIndex
1.134Code Example: FindComponent
1.135Code Example: FindComponent1
1.136Code Example: FindField
1.137Code Example: FindFirst
1.138Code Example: FindKey
1.139Code Example: FindText
1.140Code Example: FirstIndent
1.141Code Example: FishFacts
1.142Code Example: Float Type Helpers
1.143Code Example: FloodFill
1.144Code Example: FlowPanels
1.145Code Example: FMX.Advertising.TBannerAd
1.146Code Example: FMX.AlphaColorToPixel
1.147Code Example: FMX.AlphaColorToScanline
1.148Code Example: FMX.FindClosestPixelFormat
1.149Code Example: FMX.Float4ToPixel
1.150Code Example: FMX.Notification.Mac
1.151Code Example: FMX.TMesh
1.152Code Example: FMXAttachTAnimation
1.153Code Example: FMXEmbeddedForm
1.154Code Example: FMXGradient
1.155Code Example: FMXGradientPoint
1.156Code Example: FMXInteractiveGestures
1.157Code Example: FMXPrinting
1.158Code Example: FMXTAniCalculations
1.159Code Example: FMXTBitmapCanvas
1.160Code Example: FMXTBitmapClear
1.161Code Example: FMXTBitmapDataPixel
1.162Code Example: FMXTBitmapManipulationFunctions
1.163Code Example: FMXTBrush
1.164Code Example: FMXTCanvasDrawArc
1.165Code Example: FMXTCanvasDrawFunctions
1.166Code Example: FMXTCanvasFillFunctions
1.167Code Example: FMXTCanvasSaveCanvas
1.168Code Example: FMXTCustomButtonRepeatClick
1.169Code Example: FMXTFmxObjectAnimateColor
1.170Code Example: FMXTFmxObjectAnimateFloat
1.171Code Example: FMXTFont
1.172Code Example: FMXTimerAnimation
1.173Code Example: FMXTLang
1.174Code Example: FMXTMemoLinesProperty
1.175Code Example: FMXTMemoSelTextProperty
1.176Code Example: FMXTOpenDialog
1.177Code Example: FMXTPlotGrid
1.178Code Example: FMXTPopupMenu
1.179Code Example: FMXTStringGridBackgroundColor
1.180Code Example: FMXTStyleManager
1.181Code Example: FontDialogOnApply
1.182Code Example: ForceDirectories
1.183Code Example: FormatCount
1.184Code Example: FormatDateTime
1.185Code Example: FormatFloat
1.186Code Example: FormCount
1.187Code Example: FormStyle
1.188Code Example: FrameRect
1.189Code Example: Generics Collections TArray
1.190Code Example: Generics Collections TDictionary
1.191Code Example: Generics Collections TList
1.192Code Example: Generics Collections TObjectList
1.193Code Example: Generics Collections TObjectQueue
1.194Code Example: Generics Collections TObjectStack
1.195Code Example: Generics Collections TQueue
1.196Code Example: Generics Collections TStack
1.197Code Example: Generics Defaults TComparer
1.198Code Example: Generics Defaults TCustomComparer
1.199Code Example: Generics Defaults TDelegatedComparer
1.200Code Example: Generics Defaults TDelegatedEqualityComparer
1.201Code Example: Generics Defaults TEqualityComparer
1.202Code Example: GenericsTList
1.203Code Example: GetAliasNames
1.204Code Example: GetAsHandle
1.205Code Example: GetBookmark
1.206Code Example: GetCharsetValues
1.207Code Example: GetComponent
1.208Code Example: GetDeviceContext
1.209Code Example: GetFormImage
1.210Code Example: GetHitTestInfoAt
1.211Code Example: GetImplementedInterfaces
1.212Code Example: GetItemPath
1.213Code Example: GetModuleName
1.214Code Example: GetNextItem
1.215Code Example: GetPrevChild
1.216Code Example: GetStaticRect
1.217Code Example: GetTabControlList
1.218Code Example: GetTextBuf
1.219Code Example: Getting RTTI for Rooted Types
1.220Code Example: GridLineWidth
1.221Code Example: GuidToString
1.222Code Example: HandleMessageExample
1.223Code Example: HasFormat
1.224Code Example: HeaderControlSection
1.225Code Example: HeaderSection
1.226Code Example: HexEncoding
1.227Code Example: HideForTime
1.228Code Example: HideScrollBars
1.229Code Example: HideSelection
1.230Code Example: HotKey
1.231Code Example: HTTP Get
1.232Code Example: ImageListGetBitmap
1.233Code Example: IMouseStartPan
1.234Code Example: IndexName
1.235Code Example: IndexOfName
1.236Code Example: InflateRect
1.237Code Example: IniFilesTMemIniFile
1.238Code Example: InputBox
1.239Code Example: InputQuery
1.240Code Example: InsertControl
1.241Code Example: InsertObject
1.242Code Example: InsertRecord
1.243Code Example: Integer Type Helpers
1.244Code Example: IntersectRect
1.245Code Example: IntToHex
1.246Code Example: IntToStr
1.247Code Example: IOUtilsFileAttr
1.248Code Example: IsLeapYear
1.249Code Example: ItemRect
1.250Code Example: JumpListTest
1.251Code Example: KeyPreviewProperty
1.252Code Example: LabeledEdit
1.253Code Example: LastOSError
1.254Code Example: LineTo
1.255Code Example: ListGroups
1.256Code Example: LiveBindings Inc Method
1.257Code Example: LoadFromClipBoard
1.258Code Example: LoadFromFile
1.259Code Example: LoadFromResourceName
1.260Code Example: LoadFromStream
1.261Code Example: LowerCase
1.262Code Example: MatchesMask
1.263Code Example: MaxFontSize
1.264Code Example: MDIChildren
1.265Code Example: MediaPlayer
1.266Code Example: MemMgr
1.267Code Example: MessageBox
1.268Code Example: MessageDlg
1.269Code Example: MessageDlgConfirmation
1.270Code Example: MessageDlgInformation
1.271Code Example: MessageDlgPos
1.272Code Example: Messages
1.273Code Example: MinimizeExample
1.274Code Example: MinPoint
1.275Code Example: MultiplyRect
1.276Code Example: NamedThread
1.277Code Example: ObjectInvoke
1.278Code Example: Objects
1.279Code Example: Offset
1.280Code Example: OnActionExecute
1.281Code Example: OnActionUpdate
1.282Code Example: OnActivate
1.283Code Example: OnActivate2
1.284Code Example: OnActiveControlChange
1.285Code Example: OnActiveFormChange
1.286Code Example: OnCloseQuery
1.287Code Example: OnDock
1.288Code Example: OnDragOver
1.289Code Example: OnDrawCell
1.290Code Example: OnDrawItem
1.291Code Example: OnDrawPanel
1.292Code Example: OnDropDown
1.293Code Example: OnEndDrag
1.294Code Example: OnException
1.295Code Example: OnExit
1.296Code Example: OnGesture
1.297Code Example: OnGetEditMask
1.298Code Example: OnGetEditText
1.299Code Example: OnHelp
1.300Code Example: OnHint
1.301Code Example: OnKeyDown
1.302Code Example: OnKeyPress
1.303Code Example: OnMessage
1.304Code Example: OnMouseMove
1.305Code Example: OnMoved
1.306Code Example: OnPaint
1.307Code Example: OnPopup
1.308Code Example: OnResize
1.309Code Example: OnResizeRequest
1.310Code Example: OnRowMoved
1.311Code Example: OnScroll
1.312Code Example: OnSelectCell
1.313Code Example: OnSelectionChange
1.314Code Example: OnSetText
1.315Code Example: OnSettingChange
1.316Code Example: OnShortCut
1.317Code Example: OnShowHint
1.318Code Example: OpenString
1.319Code Example: OpOverloads
1.320Code Example: OpOverloads2
1.321Code Example: PageControlChange
1.322Code Example: PageControlChanging
1.323Code Example: PageControlPages
1.324Code Example: PageSize
1.325Code Example: ParamCount
1.326Code Example: PathOperations
1.327Code Example: Pixels
1.328Code Example: PlainTextProperty
1.329Code Example: Polygon
1.330Code Example: Polyline
1.331Code Example: PooledRDMUpdateRegistry
1.332Code Example: PopulateTabSheets
1.333Code Example: PopupMenu
1.334Code Example: PrinterAborted
1.335Code Example: PrinterOrientation
1.336Code Example: PrinterPageNumber
1.337Code Example: PrinterPageWidth
1.338Code Example: PrintExample
1.339Code Example: PrintToFile
1.340Code Example: PrintVarType
1.341Code Example: ProcessMessages
1.342Code Example: ProgressBarPosition
1.343Code Example: ProviderBeforeGetRecords
1.344Code Example: PtInCircle
1.345Code Example: PtInRect
1.346Code Example: RadioGroupItems
1.347Code Example: RandG
1.348Code Example: ReadComponentResFile
1.349Code Example: ReadWriteFile
1.350Code Example: RecordCount
1.351Code Example: Rectangle
1.352Code Example: RegisterComponents
1.353Code Example: ReplaceText
1.354Code Example: REST.SurfSpotFinder Sample
1.355Code Example: RichEditFont
1.356Code Example: RotatedFont
1.357Code Example: RoundRect
1.358Code Example: Rtti.TRttiType
1.359Code Example: Rtti.TVirtualInterface
1.360Code Example: RTTIFormNameCaption
1.361Code Example: RuntimeErrors
1.362Code Example: SavePictureDialog
1.363Code Example: SaveToFile
1.364Code Example: ScanLine
1.365Code Example: ScrollBarIncrement
1.366Code Example: ScrollBarMargin
1.367Code Example: SelectDirectory
1.368Code Example: SelStart
1.369Code Example: SelText
1.370Code Example: Set8087CW
1.371Code Example: SetEnumProp
1.372Code Example: SetIncludeExclude
1.373Code Example: SetRoundMode
1.374Code Example: SetSelTextBuf
1.375Code Example: SetTextBuf
1.376Code Example: ShortCut
1.377Code Example: ShortCutToKey
1.378Code Example: ShortCutToText
1.379Code Example: ShortDateFormatEdit
1.380Code Example: ShortStringToString
1.381Code Example: ShowAccelChar
1.382Code Example: ShowCaption
1.383Code Example: ShowException
1.384Code Example: ShowHint
1.385Code Example: ShowModal
1.386Code Example: ShowModal2
1.387Code Example: SimplePanelProperty
1.388Code Example: SleepSort
1.389Code Example: Splitter
1.390Code Example: StdCtrlsProp
1.391Code Example: StrCat
1.392Code Example: StrComp
1.393Code Example: StrDispose
1.394Code Example: StreamAdvancedRdWr
1.395Code Example: StreamCharRdWr
1.396Code Example: StreamStrRdWr
1.397Code Example: StrECopy
1.398Code Example: StringGridColCount
1.399Code Example: StringGridMouseToCell
1.400Code Example: StringGridRows
1.401Code Example: StringReadWrite
1.402Code Example: SubClassWndProc
1.403Code Example: SubItemsEnabled
1.404Code Example: SuggestEdit
1.405Code Example: Synchronize
1.406Code Example: System InitializeFinalize
1.407Code Example: System Ptr
1.408Code Example: System ReallocMem
1.409Code Example: System.Messaging
1.410Code Example: SystemAbs
1.411Code Example: SystemAddr
1.412Code Example: SystemAppend
1.413Code Example: SystemArcTan
1.414Code Example: SystemAssert
1.415Code Example: SystemAssigned
1.416Code Example: SystemConcat
1.417Code Example: SystemCos
1.418Code Example: SystemDelete
1.419Code Example: SystemEof
1.420Code Example: SystemEoln
1.421Code Example: SystemExit
1.422Code Example: SystemExp
1.423Code Example: SystemFileSize
1.424Code Example: SystemFillChar
1.425Code Example: SystemFrac
1.426Code Example: SystemFreeMem
1.427Code Example: SystemGetDir
1.428Code Example: SystemHalt
1.429Code Example: SystemHi
1.430Code Example: SystemInc
1.431Code Example: SystemInsert
1.432Code Example: SystemInt
1.433Code Example: SystemIOResult
1.434Code Example: SystemLo
1.435Code Example: SystemLow
1.436Code Example: SystemMkDir
1.437Code Example: SystemMove
1.438Code Example: SystemOdd
1.439Code Example: SystemOrd
1.440Code Example: SystemPos
1.441Code Example: SystemPred
1.442Code Example: SystemReadln
1.443Code Example: SystemRename
1.444Code Example: SystemReset
1.445Code Example: SystemRewrite
1.446Code Example: SystemRmDir
1.447Code Example: SystemRound
1.448Code Example: SystemRunError
1.449Code Example: SystemSeekEof
1.450Code Example: SystemSeekEoln
1.451Code Example: SystemSin
1.452Code Example: SystemSizeOf
1.453Code Example: SystemSqrt
1.454Code Example: SystemStr
1.455Code Example: SystemStrEnd
1.456Code Example: SystemStrIComp
1.457Code Example: SystemStrLCat
1.458Code Example: SystemStrLComp
1.459Code Example: SystemStrLCopy
1.460Code Example: SystemStrLIComp
1.461Code Example: SystemSwap
1.462Code Example: SystemTimeToDateTime
1.463Code Example: SystemTrunc
1.464Code Example: SystemTruncate
1.465Code Example: SystemVal
1.466Code Example: SystemVarClear
1.467Code Example: SysUtilsByteLength
1.468Code Example: SysUtilsFileGetSetDate
1.469Code Example: SysUtilsFormat
1.470Code Example: SysUtilsFormatFloat
1.471Code Example: SysUtilsStrLower
1.472Code Example: SysUtilsStrMove
1.473Code Example: SysUtilsStrPCopy
1.474Code Example: SysUtilsStrPos
1.475Code Example: SysUtilsStrRScan
1.476Code Example: SysUtilsStrScan
1.477Code Example: SysUtilsStrToFloat
1.478Code Example: SysUtilsStrToInt
1.479Code Example: SysUtilsStrToIntDef
1.480Code Example: SysUtilsStrToTime
1.481Code Example: SysUtilsTimeToStr
1.482Code Example: TabControlChange
1.483Code Example: TabSheetCaption
1.484Code Example: TabSheetPageControl
1.485Code Example: TabVisible
1.486Code Example: TActionOnExecute
1.487Code Example: TActionOnUpdate
1.488Code Example: TAlignment
1.489Code Example: TAnimateActive
1.490Code Example: TAppCreateForm
1.491Code Example: TAppEventsOnHint
1.492Code Example: TAppEventsOnIdle
1.493Code Example: TAppEventsOnMessage
1.494Code Example: TAppEventsOnMinimize
1.495Code Example: TAppEventsOnRestore
1.496Code Example: TApplicationIcon
1.497Code Example: TApplicationOnHelp
1.498Code Example: TApplicationRestore
1.499Code Example: TApplicationTitle
1.500Code Example: TaskDialogs
1.501Code Example: TBaseItemEditText
1.502Code Example: TBinaryReader and TBinaryWriter
1.503Code Example: TBitBtnCopyImage
1.504Code Example: TBitBtnKind
1.505Code Example: TBitBtnLayout
1.506Code Example: TBitsOpenBit
1.507Code Example: TButtonedEdit
1.508Code Example: TCanvasAngleArc
1.509Code Example: TCanvasArc
1.510Code Example: TCanvasArcTo
1.511Code Example: TCanvasChord
1.512Code Example: TCharacterCasing
1.513Code Example: TCharacterSurrogates
1.514Code Example: TCharacterTypes
1.515Code Example: TColorPicker
1.516Code Example: TComboBox
1.517Code Example: TComboBoxCanvas
1.518Code Example: TComboBoxEx
1.519Code Example: TComboBoxSelLength
1.520Code Example: TControlAlign
1.521Code Example: TControlColor
1.522Code Example: TControlCursor
1.523Code Example: TControlParent
1.524Code Example: TControlPerform
1.525Code Example: TControlTop
1.526Code Example: TCoolBarBands
1.527Code Example: TCountdownEvent
1.528Code Example: TCustomConnectionDataSets
1.529Code Example: TCustomEditAutoSize
1.530Code Example: TCustomFormCanvas
1.531Code Example: TCustomFormIcon
1.532Code Example: TCustomFormMenu
1.533Code Example: TCustomMemoLines
1.534Code Example: TDataSetActive
1.535Code Example: TDataSetAfterCancel
1.536Code Example: TDataSetAfterDelete
1.537Code Example: TDataSetAppend
1.538Code Example: TDataSetBeforeInsert
1.539Code Example: TDataSetCancel
1.540Code Example: TDataSetRefresh
1.541Code Example: TDirectoryExists
1.542Code Example: TEncoding
1.543Code Example: TextFloatMethods
1.544Code Example: TFieldFieldName
1.545Code Example: TFieldGetData
1.546Code Example: TFindDialogOptions
1.547Code Example: TFontQuality
1.548Code Example: TFontStyle
1.549Code Example: TFormAction
1.550Code Example: TFormatSettings
1.551Code Example: TFormCanvas
1.552Code Example: TFormOnClose
1.553Code Example: TFormOnDestroy
1.554Code Example: TFormOnHide
1.555Code Example: TFormOnPaint
1.556Code Example: TGraphic
1.557Code Example: TGrid
1.558Code Example: Third-Party Help Menu Item
1.559Code Example: ThreadSynchronize
1.560Code Example: TIconAssignTo
1.561Code Example: TileMode
1.562Code Example: TImageCanvas
1.563Code Example: TimeSpanAddSubtract
1.564Code Example: TJPEGImageAssign
1.565Code Example: TLabelCanvas
1.566Code Example: TLightweightEvent
1.567Code Example: TLightweightSemaphore
1.568Code Example: TListAdd
1.569Code Example: TListBoxCanvas
1.570Code Example: TListBoxSorted
1.571Code Example: TListIndexOf
1.572Code Example: TListItemsInsert
1.573Code Example: TListItemSubItems
1.574Code Example: TListLast
1.575Code Example: TListPack
1.576Code Example: TListRemove
1.577Code Example: TListSort
1.578Code Example: TListViewCanvas
1.579Code Example: TListViewOnColumnClick
1.580Code Example: TMatchCollectionCount
1.581Code Example: TMediaPlayerEject
1.582Code Example: TMenuItemInsert
1.583Code Example: TMenuItems
1.584Code Example: TMetafileCreate
1.585Code Example: TMouse
1.586Code Example: TMutexAcquire
1.587Code Example: TObjectDispatch
1.588Code Example: TObjectDispatchInvoke
1.589Code Example: TOleContainer
1.590Code Example: TOpenDialogFileName
1.591Code Example: TOpenDialogTitle
1.592Code Example: TOpenTextFileDialog
1.593Code Example: TopIndex
1.594Code Example: TOutlineNode
1.595Code Example: TPageControlCanvas
1.596Code Example: TParamsAssign
1.597Code Example: TParamsItems
1.598Code Example: TPerlRegExComputeReplacement
1.599Code Example: TPerlRegExEscapeRegExChars
1.600Code Example: TPerlRegExGroups
1.601Code Example: TPerlRegExMatchAgain
1.602Code Example: TPerlRegExMatchedLength
1.603Code Example: TPerlRegExMatchedOffset
1.604Code Example: TPerlRegExMatchedText
1.605Code Example: TPerlRegExNamedGroup
1.606Code Example: TPerlRegExOnReplace
1.607Code Example: TPerlRegExReplace
1.608Code Example: TPerlRegExReplacement
1.609Code Example: TPerlRegExStart
1.610Code Example: TPerlRegExState
1.611Code Example: TPerlRegExStoreGroups
1.612Code Example: TPerlRegExStudy
1.613Code Example: TPerlRegExSubject
1.614Code Example: TPictureGraphic
1.615Code Example: TPoint
1.616Code Example: TPoint3DCrossProduct
1.617Code Example: TPoint3DDotProduct
1.618Code Example: TPointF
1.619Code Example: TProgressBarStepIt
1.620Code Example: TransparentColor
1.621Code Example: TReader
1.622Code Example: TRectBottomRight
1.623Code Example: TRectContains
1.624Code Example: TRectEmpty
1.625Code Example: TRectHeight
1.626Code Example: TreeNodeAddChildObject
1.627Code Example: TreeNodeCustomSort
1.628Code Example: TreeNodesAddObject
1.629Code Example: TreeViewAddChild
1.630Code Example: TreeViewToListBox
1.631Code Example: TRegExReplace
1.632Code Example: TRegistry
1.633Code Example: TRttiRecordType
1.634Code Example: TrySystemTimeToDateTime
1.635Code Example: TSaveTextFileDialog
1.636Code Example: TScreenCursor
1.637Code Example: TSendMail
1.638Code Example: TSmallPoint
1.639Code Example: TSpinWait
1.640Code Example: TStatusBarCanvas
1.641Code Example: TStreamReadBuffer
1.642Code Example: TStringBuilderClickCount
1.643Code Example: TStringGridCanvas
1.644Code Example: TStringListAdd
1.645Code Example: TStringListSorted
1.646Code Example: TStringsAssign
1.647Code Example: TStringsEncoding
1.648Code Example: TStringsMove
1.649Code Example: TTable.EmptyTable
1.650Code Example: TTabSheetPageControl
1.651Code Example: TThreadList
1.652Code Example: TThreadPriority
1.653Code Example: TThreadYield
1.654Code Example: TTimerFWindowHandle
1.655Code Example: TToolBarCanvas
1.656Code Example: TToolButtonCreate
1.657Code Example: TTrayIcon
1.658Code Example: TTreeCustomSort
1.659Code Example: TTreeGetNodeAt
1.660Code Example: TTreeNodesDelete
1.661Code Example: TTreeSelected
1.662Code Example: TTreeViewCanvas
1.663Code Example: TUpDownOnClick
1.664Code Example: TValueCast
1.665Code Example: TVCustomDraw
1.666Code Example: TVCustomDrawItem
1.667Code Example: TVector3DAddVector3D
1.668Code Example: TVector3DCrossProduct
1.669Code Example: TVector3DDistance
1.670Code Example: TVector3DDotProduct
1.671Code Example: TVector3DLength
1.672Code Example: TVector3DNormalize
1.673Code Example: TVector3DReflect
1.674Code Example: TVectorDotProduct
1.675Code Example: TVectorLength
1.676Code Example: TVectorReflect
1.677Code Example: TVGetImageIndex
1.678Code Example: TVirtualMethodInterceptor
1.679Code Example: TWinControlHandle
1.680Code Example: TWriter
1.681Code Example: TXMLDocument use case
1.682Code Example: TXMLDocument xml declaration
1.683Code Example: TXMLDocumentAddChild
1.684Code Example: TXMLDocumentAsyncLoadState
1.685Code Example: TXMLDocumentChildNodes
1.686Code Example: TXMLDocumentCreateElement
1.687Code Example: TXMLDocumentCreateNode
1.688Code Example: TXMLDocumentDOMDocument
1.689Code Example: TXMLDocumentDOMVendor
1.690Code Example: TXMLDocumentGeneratePrefix
1.691Code Example: TXMLDocumentGetDocBinding
1.692Code Example: TXMLDocumentIsEmptyDoc
1.693Code Example: TXMLDocumentLoadFromFile
1.694Code Example: TXMLDocumentLoadFromStream
1.695Code Example: TXMLDocumentLoadFromXML
1.696Code Example: TXMLDocumentNode
1.697Code Example: TXMLDocumentNodeIndentStr
1.698Code Example: TXMLDocumentParseOptions
1.699Code Example: TXMLDocumentRefresh
1.700Code Example: TXMLDocumentRegisterDocBinding
1.701Code Example: TXMLDocumentResync
1.702Code Example: TXMLDocumentSaveToFile
1.703Code Example: TXMLDocumentSaveToStream
1.704Code Example: TXMLDocumentSaveToXML
1.705Code Example: TypInfoGetEnumName
1.706Code Example: UnDock
1.707Code Example: UnicodeConversion
1.708Code Example: UnionRect
1.709Code Example: UpCase
1.710Code Example: UpperCase
1.711Code Example: UsingDialogs
1.712Code Example: UsingGUIDs
1.713Code Example: UsingPictureDialogs
1.714Code Example: VariantArrayLockUnlock
1.715Code Example: VariantArrays
1.716Code Example: VariantStrings
1.717Code Example: VariantsVarToDateTime
1.718Code Example: VCL.TMouseEvent
1.719Code Example: VertScrollBar
1.720Code Example: ViewStyleProperty
1.721Code Example: WizardInterface
1.722Code Example: ZLibCompressDecompress