rad Reference & Examples

E1038

Unit identifier '%s' does not match file name

E2001

Ordinal type required

E2002

File type not allowed here

E2003

Undeclared identifier '%s'

E2004

Identifier redeclared '%s'

E2005

'%s' is not a type identifier

E2006

PACKED not allowed here

E2007

Constant or type identifier expected

E2008

Incompatible types

E2009

Incompatible types - '%s'

E2010

Incompatible types - '%s' and '%s'

E2011

Low bound exceeds high bound

E2012

Type of expression must be BOOLEAN

E2013

Type of expression must be INTEGER

E2014

Statement expected, but expression of type '%s' found

E2015

Operator not applicable to this operand type

E2016

Array type required

E2017

Pointer type required

E2018

Record, object or class type required

E2019

Object type required

E2020

Object or class type required

E2021

Class type required

E2022

Class helper type required

E2023

Function needs result type

E2024

Invalid function result type

E2025

Procedure cannot have a result type

E2026

Constant expression expected

E2027

Duplicate tag value

E2028

Sets may have at most 256 elements

E2029

%s expected but %s found

E2030

Duplicate case label

E2031

Label expected

E2032

For loop control variable must have ordinal type

E2033

Types of actual and formal var parameters must be identical

E2034

Too many actual parameters

E2035

Not enough actual parameters

E2036

Variable required

E2037

Declaration of '%s' differs from previous declaration

E2038

Illegal character in input file - '%s' (%s)

E2045

Bad object file format - '%s'

E2049

Label declaration not allowed in interface part

E2050

Statements not allowed in interface part

E2052

Unterminated string

E2053

Syntax error in real number

E2056

String literals may have at most 255 elements

E2057

Unexpected end of file in comment started on line %ld

E2058

Class, interface and object types only allowed in type section

E2059

Local class, interface or object types not allowed

E2060

Class and interface types only allowed in type section

E2061

Local class or interface types not allowed

E2062

Virtual constructors are not allowed

E2064

Left side cannot be assigned to

E2065

Unsatisfied forward or external declaration '%s'

E2066

Missing operator or semicolon

E2067

Missing parameter type

E2068

Illegal reference to symbol '%s' in object file '%s'

E2070

Unknown directive - '%s'

E2071

This type cannot be initialized

E2072

Number of elements (%d) differs from declaration (%d)

E2073

Label already defined '%s'

E2074

Label declared and referenced, but not set '%s'

E2075

This form of method call only allowed in methods of derived types

E2076

This form of method call only allowed for class methods

E2078

Procedure FAIL only allowed in constructor

E2079

Procedure NEW needs constructor

E2080

Procedure DISPOSE needs destructor

E2081

Assignment to FOR-Loop variable '%s'

E2082

TYPEOF can only be applied to object types with a VMT

E2083

Order of fields in record constant differs from declaration

E2085

Unit name mismatch: '%s' '%s'

E2086

Type '%s' is not yet completely defined

E2088

Variable name expected

E2089

Invalid typecast

E2090

User break - compilation aborted

E2093

Label '%s' is not declared in current procedure

E2095

Missing ENDIF directive

E2096

Method identifier expected

E2097

BREAK or CONTINUE outside of loop

E2098

Division by zero

E2099

Overflow in conversion or arithmetic operation

E2100

Data type too large exceeds 2 GB

E2102

Integer constant too large

E2103

16-Bit fixup encountered in object file '%s'

E2104

Bad relocation encountered in object file '%s'

E2105

Inline assembler syntax error

E2106

Inline assembler stack overflow

E2107

Operand size mismatch

E2108

Memory reference expected

E2109

Constant expected

E2110

Type expected

E2111

Cannot add or subtract relocatable symbols

E2112

Invalid register combination

E2113

Numeric overflow

E2114

String constant too long

E2115

Error in numeric constant

E2116

Invalid combination of opcode and operands

E2118

Division by zero

E2119

Structure field identifier expected

E2121

Procedure or function name expected

E2122

PROCEDURE or FUNCTION expected

E2123

PROCEDURE, FUNCTION, PROPERTY, or VAR expected

E2124

Instance member '%s' inaccessible here

E2125

EXCEPT or FINALLY expected

E2126

Cannot 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

E2129

Cannot assign to a read-only property

E2130

Cannot read a write-only property

E2131

Class already has a default property

E2132

Default property must be an array property

E2133

TYPEINFO standard function expects a type identifier

E2134

Type '%s' has no type info

E2136

No definition for abstract method '%s' allowed

E2137

Method '%s' not found in base class

E2138

Invalid message parameter list

E2139

Illegal message method index

E2140

Duplicate message method index

E2142

Inaccessible value

E2143

Expression has no value

E2144

Destination is inaccessible

E2145

Re-raising an exception only allowed in exception handler

E2146

Default values must be of ordinal, pointer or small set type

E2147

Property '%s' does not exist in base class

E2148

Dynamic method or message handler not allowed here

E2149

Class does not have a default property

E2150

Bad argument type in variable type array constructor

E2151

Could not load RLINK32.DLL

E2152

Wrong or corrupted version of RLINK32.DLL

E2153

';' not allowed before 'ELSE'

E2154

Type '%s' needs finalization - not allowed in variant record

E2155

Type '%s' needs finalization - not allowed in file type

E2156

Expression too complicated

E2157

Element 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'

E2160

Type not allowed in OLE Automation call

E2163

Too many conditional symbols

E2165

Compile terminated by user

E2166

Unnamed arguments must precede named arguments in OLE Automation call

E2167

Abstract methods must be virtual or dynamic

E2168

Field or method identifier expected

E2169

Field definition not allowed after methods or properties

E2170

Cannot override a non-virtual method

E2171

Variable '%s' inaccessible here due to optimization

E2172

Necessary library helper function was eliminated by linker (%s)

E2173

Missing or invalid conditional symbol in '$%s' directive

E2174

'%s' not previously declared as a PROPERTY

E2175

Field definition not allowed in OLE automation section

E2176

Illegal type in OLE automation section: '%s'

E2177

Constructors and destructors not allowed in OLE automation section

E2178

Dynamic methods and message handlers not allowed in OLE automation section

E2179

Only register calling convention allowed in OLE automation section

E2180

Dispid '%d' already used by '%s'

E2181

Redeclaration of property not allowed in OLE automation section

E2182

'%s' clause not allowed in OLE automation section

E2183

Dispid clause only allowed in OLE automation section

E2184

%s section valid only in class types

E2185

Overriding automated virtual method '%s' cannot specify a dispid

E2186

Published Real property '%s' must be Single, Real, Double or Extended

E2187

Size of published set '%s' is 4 bytes

E2188

Published property '%s' cannot be of type %s

E2189

Thread local variables cannot be local to a function

E2190

Thread local variables cannot be ABSOLUTE

E2191

EXPORTS allowed only at global scope

E2192

Constants cannot be used as open array arguments

E2193

Slice standard function only allowed as open array argument

E2194

Cannot initialize thread local variables

E2195

Cannot initialize local variables

E2196

Cannot initialize multiple variables

E2197

Constant object cannot be passed as var parameter

E2198

%s cannot be applied to a long string

E2199

Packages '%s' and '%s' both contain unit '%s'

E2200

Package '%s' already contains unit '%s'

E2201

Need imported data reference ($G) to access '%s' from unit '%s'

E2202

Required package '%s' not found

E2203

$WEAKPACKAGEUNIT '%s' contains global data

E2204

Improper GUID syntax

E2205

Interface type required

E2206

Property overrides not allowed in interface type

E2207

'%s' clause not allowed in interface type

E2208

Interface '%s' already implemented by '%s'

E2209

Field declarations not allowed in interface type

E2210

'%s' directive not allowed in in interface type

E2211

Declaration of '%s' differs from declaration in interface '%s'

E2212

Package unit '%s' cannot appear in contains or uses clauses

E2213

Bad packaged unit format %s.%s

E2214

Package '%s' is recursively required

E2215

16-Bit segment encountered in object file '%s'

E2216

Can't handle section '%s' in object file '%s'

E2217

Published field '%s' not a class or interface type

E2218

Published method '%s' contains an unpublishable type

E2220

Never-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

E2225

Never-build package '%s' must be recompiled

E2226

Compilation terminated; too many errors

E2227

Imagebase is too high - program exceeds 2 GB limit

E2228

A dispinterface type cannot have an ancestor interface

E2229

A dispinterface type requires an interface identification

E2230

Methods of dispinterface types cannot specify directives

E2231

'%s' directive not allowed in dispinterface type

E2232

Interface '%s' has no interface identification

E2233

Property '%s' inaccessible here

E2234

Getter or setter for property '%s' cannot be found

E2236

Constructors and destructors must have %s calling convention

E2237

Parameter '%s' not allowed here due to default value

E2238

Default value required for '%s'

E2239

Default parameter '%s' must be by-value or const

E2240

$EXTERNALSYM and $NODEFINE not allowed for '%s'; only global symbols

E2241

C++ obj files must be generated (-jp)

E2242

'%s' is not the name of a unit

E2245

Recursive include file %s

E2246

Need to specify at least one dimension for SetLength of dynamic array

E2247

Cannot take the address when compiling to byte code

E2248

Cannot use old style object types when compiling to byte code

E2249

Cannot use absolute variables when compiling to byte code

E2250

There is no overloaded version of '%s' that can be called with these arguments

E2251

Ambiguous overloaded call to '%s'

E2252

Method '%s' with identical parameters already exists

E2253

Ancestor type '%s' does not have an accessible default constructor

E2254

Overloaded procedure '%s' must be marked with the 'overload' directive

E2255

New not supported for dynamic arrays - use SetLength

E2256

Dispose not supported (nor necessary) for dynamic arrays

E2257

Duplicate implements clause for interface '%s'

E2258

Implements clause only allowed within class types

E2259

Implements clause only allowed for properties of class or interface type

E2260

Implements clause not allowed together with index clause

E2261

Implements clause only allowed for readable property

E2262

Implements getter must be %s calling convention

E2263

Implements getter cannot be dynamic or message method

E2264

Cannot have method resolutions for interface '%s'

E2265

Interface '%s' not mentioned in interface list

E2266

Only one of a set of overloaded methods can be published

E2267

Previous declaration of '%s' was not marked with the 'overload' directive

E2268

Parameters of this type cannot have default values

E2270

Published property getters and setters must have %s calling convention

E2271

Property getters and setters cannot be overloaded

E2272

Cannot use reserved unit name '%s'

E2273

No overloaded version of '%s' with this parameter list exists

E2274

property attribute 'label' cannot be used in dispinterface

E2275

property attribute 'label' cannot be an empty string

E2276

Identifier '%s' cannot be exported

E2277

Only external cdecl functions may use varargs

E2278

Cannot take address of local symbol %s

E2279

Too many nested conditional directives

E2280

Unterminated conditional directive

E2281

Type not allowed in Variant Dispatch call

E2282

Property setters cannot take var parameters

E2283

Too many local constants. Use shorter procedures

E2284

Duplicate resource name type %d '%s'

E2285

Duplicate resource id type %d id %d

E2286

Coverage library name is too long: %s

E2287

Cannot export '%s' multiple times

E2288

File name too long (exceeds %d characters)

E2289

Unresolved custom attribute %s

E2290

Cannot mix destructors with IDisposable

E2291

Missing implementation of interface method %s.%s

E2292

'%s' must reference a property or field of class '%s'

E2293

Cannot have both a DLLImport attribute and an external or calling convention directive

E2294

A class helper that descends from '%s' can only help classes that are descendents '%s'

E2295

A class helper cannot introduce a destructor

E2296

A constructor introduced in a class helper must call the parameterless constructor of the helped class as the first statement

E2299

Property required

E2300

Cannot generate property accessor '%s' because '%s' already exists

E2301

Method '%s' with identical parameters and result type already exists

E2306

'Self' is initialized more than once

E2307

NEW standard function expects a dynamic array type identifier

E2308

Need to specify at least one dimension for NEW of dynamic array

E2309

Attribute - Known attribute named argument cannot be an array

E2310

Attribute - A custom marshaler requires the custom marshaler type

E2311

Attribute - MarshalAs fixed string requires a size

E2312

Attribute - Invalid argument to a known attribute

E2313

Attribute - Known attribute cannot specify properties

E2314

Attribute - The MarshalAs attribute has fields set that are not valid for the specified unmanaged type

E2315

Attribute - Known custom attribute on invalid target

E2316

Attribute - The format of the GUID was invalid

E2317

Attribute - Known custom attribute had invalid value

E2318

Attribute - The MarshalAs constant size cannot be negative

E2319

Attribute - The MarshalAs parameter index cannot be negative

E2320

Attribute - The specified unmanaged type is only valid on fields

E2321

Attribute - Known custom attribute has repeated named argument

E2322

Attribute - Unexpected type in known attribute

E2323

Attribute - Unrecognized argument to a known custom attribute

E2324

Attribute - Known attribute named argument doesn't support variant

E2325

Attribute '%s' is not valid on this target

E2326

Attribute '%s' can only be used once per target

E2327

Linker error while emitting attribute '%s' for '%s'

E2328

Linker error while emitting metadata

E2329

Metadata - Error occured during a read

E2330

Metadata - Error occured during a write

E2331

Metadata - File is read only

E2332

Metadata - An ill-formed name was given

E2333

Metadata - Data value was truncated

E2334

Metadata - Old version error

E2335

Metadata - A shared mem open failed to open at the originally

E2336

Metadata - Create of shared memory failed. A memory mapping of the same name already exists

E2337

Metadata - There isn't .CLB data in the memory or stream

E2338

Metadata - Database is read only

E2339

Metadata - The importing scope is not compatible with the emitting scope

E2340

Metadata - Data too large

E2341

Metadata - Column cannot be changed

E2342

Metadata - Too many RID or primary key columns, 1 is max

E2343

Metadata - Primary key column may not allow the null value

E2344

Metadata - Data too large

E2345

Metadata - Attempt to define an object that already exists

E2346

Metadata - A guid was not provided where one was required

E2347

Metadata - Bad binary signature

E2348

Metadata - Bad input parameters

E2349

Metadata - Cannot resolve typeref

E2350

Metadata - No logical space left to create more user strings

E2351

Final methods must be virtual or dynamic

E2352

Cannot override a final method

E2353

Cannot extend sealed class '%s'

E2354

String element cannot be passed to var parameter

E2355

Class property accessor must be a class field or class static method

E2356

Property accessor must be an instance field or method

E2357

PROCEDURE, FUNCTION, or CONSTRUCTOR expected

E2358

Class constructors not allowed in class helpers

E2359

Multiple class constructors in class %s: %s and %s

E2360

Class constructors cannot have parameters

E2361

Cannot access private symbol %s.%s

E2362

Cannot access protected symbol %s.%s

E2363

Only methods of descendent types may access protected symbol %s%s.%s across assembly boundaries

E2366

Global procedure or class static method expected

E2370

Cannot use inherited methods for interface property accessors

E2371

ABSTRACT and FINAL cannot be used together

E2372

Identifier expected

E2373

Call to abstract method %s.%s

E2374

Cannot make unique type from %s

E2375

PRIVATE or PROTECTED expected

E2376

STATIC can only be used on non-virtual class methods

E2377

Unable to locate Borland.Delphi.Compiler.ResCvt.dll

E2378

Error while converting resource %s

E2379

Virtual methods not allowed in record types

E2380

Instance or class static method expected

E2381

Resource string length exceeds Windows limit of 4096 characters

E2382

Cannot call constructors using instance variables

E2383

ABSTRACT and SEALED cannot be used together

E2385

Error while signing assembly

E2386

Invalid version string '%s' specified in %s

E2387

The key container name '%s' does not exist

E2388

Unrecognized strong name key file '%s'

E2389

Protected member '%s' is inaccessible here

E2390

Class must be sealed to call a private constructor without a type qualifier

E2391

Potentially polymorphic constructor calls must be virtual

E2392

Can't generate required accessor method(s) for property %s.%s due to name conflict with existing symbol %s in the same scope

E2393

Invalid operator declaration

E2394

Parameterless constructors not allowed on record types

E2395

Unsafe procedure only allowed if compiling with $UNSAFECODE ON

E2396

Unsafe code only allowed in unsafe procedure

E2397

Unsafe pointer only allowed if compiling with $UNSAFECODE ON

E2398

Class methods in record types must be static

E2399

Namespace conflicts with unit name '%s'

E2400

Unknown Resource Format '%s'

E2402

Constructing instance of abstract class '%s'

E2403

Add or remove accessor for event '%s' cannot be found

E2405

Unknown element type found importing signature of %s.%s

E2406

EXPORTS section allowed only if compiling with $UNSAFECODE ON

E2407

Duplicate resource identifier %s found in unit %s(%s) and %s(%s)

E2408

Can't extract strong name key from assembly %s

E2409

Fully qualified nested type name %s exceeds 1024 byte limit

E2410

Unsafe pointer variables, parameters or consts only allowed in unsafe procedure

E2411

Unit %s in package %s refers to unit %s which is not found in any package. Packaged units must refer only to packaged units

E2412

CREATE expected

E2413

Dynamic array type needed

E2414

Disposed cannot be declared in classes with destructors

E2415

Could not import assembly '%s' because it contains namespace '%s'

E2416

Could not import package '%s' because it contains system unit '%s'

E2417

Field offset cannot be determined for variant record because previous field type is unknown size record type

E2418

Type '%s' needs initialization - not allowed in variant record

E2419

Record type too large: exceeds 1 MB

E2420

Interface '%s' used in '%s' is not yet completely defined

E2422

Imported identifier '%s' conflicts with '%s' in namespace '%s'

E2423

Void type not usable in this context

E2424

Codepage '%s' is not installed on this machine

E2425

Inline methods must not be virtual nor dynamic

E2426

Inline function must not have asm block

E2428

Field '%s' needs initialization - not allowed in CLS compliant value types

E2429

Duplicate implementation for 'set of %s' in this scope

E2430

for-in statement cannot operate on collection type '%s'

E2431

for-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

E2433

Method declarations not allowed in anonymous record or local record type

E2434

Property declarations not allowed in anonymous record or local record type

E2435

Class member declarations not allowed in anonymous record or local record type

E2436

Type declarations not allowed in anonymous record or local record type

E2437

Constant declarations not allowed in anonymous record or local record type

E2439

Inline function must not have open array argument

E2441

Inline function declared in interface section must not use local symbol '%s'

E2442

Inline directive not allowed in constructor or destructor

E2447

Duplicate symbol '%s' defined in namespace '%s' by '%s' and '%s'

E2448

An attribute argument must be a constant expression, typeof expression or array constructor

E2449

Inlined nested routine '%s' cannot access outer scope variable '%s'

E2450

There is no overloaded version of array property '%s' that can be used with these arguments

E2452

Unicode characters not allowed in published symbols

E2453

Destination cannot be assigned to

E2454

Slice standard function not allowed for VAR nor OUT argument

E2459

Class property accessor must not have field selector

E2460

Cannot inherit from special class '%s.%s'

E2461

Identifier '%s' is not an instance field

E2463

'%s' directive not allowed in record type

E2464

First parameter of Assign operator must be var parameter

E2465

A record cannot introduce a destructor

E2466

Never-build package '%s' requires always-build package '%s'

E2467

Record or object type required

E2468

Linker detected duplicate name '%s' made from type '%s' in both unit '%s' and '%s'

E2469

Linker detected duplicate name '%s' made from both type '%s' in unit '%s' and type '%s' in unit '%s'

E2470

Linker detected duplicate name '%s' made from type '%s' in unit '%s' and conflicting with compiler generated class name for unit '%s'

E2471

Possibly parameterless constructors not allowed on record types

E2474

Record type required

E2475

'%s' directive not allowed in record helper type

E2501

Inline function cannot call nested routine '%s'

E2506

Method of parameterized type declared in interface section must not use local symbol '%s'

E2507

CLASS constraint and RECORD constraint cannot be specified together

E2508

type parameters not allowed on this type

E2510

Type '%s' is not a valid constraint

E2511

Type parameter '%s' must be a class type

E2512

Type parameter '%s' must be a non-nullable value type

E2513

Type parameter '%s' must have one public parameterless constructor named Create

E2514

Type parameter '%s' must support interface '%s'

E2515

Type parameter '%s' is not compatible with type '%s'

E2516

Constraint '%s' is conflicting with previous constraints

E2517

Operator '%s' must take %d parameter(s)

E2518

Operator '%s' must take least one '%s' type in parameters

E2519

First parameter type of operator '%s' and result type must be identical

E2520

Result type of operator '%s' must be Boolean type

E2521

Operator '%s' must take one '%s' type in parameter or result type

E2527

Helper type '%s' cannot be used in declarations

E2528

Type parameters not allowed on this method

E2529

Type parameters not allowed on operator

E2530

Type parameters not allowed on global procedure or function

E2531

Method '%s' requires explicit type argument(s)

E2532

Couldn't infer generic type argument from different argument types for method '%s'

E2533

Virtual, dynamic and message methods cannot have type parameters

E2534

Class constructor must not be virtual, dynamic nor message

E2535

Interface methods must not have parameterized methods

E2537

DEFAULT standard function expects a type identifier

E2538

DEFAULT standard function not allowed for this type

E2539

Missing implementation for abstract method '%s.%s'

E2540

Cannot seal abstract type '%s'

E2543

Instantiated data type '%s' too large: exceeds 2 GB

E2545

Cannot publish class property '%s' - only instance properties can be published

E2548

Cannot take a class reference of parameterized type

E2549

Cannot declare parameterized type derived from custom attribute class

E2556

Type of procedure result or untyped parameter cannot be used as type argument

E2551

There is no type parameterized methods of '%s' that can be used with these number of type parameters

E2552

CLASS or RECORD constraint and class type constraint cannot be specified together

E2553

Class type constraint cannot be specified more than once

E2555

Cannot capture symbol '%s'

E2560

$OBJTYPENAME not allowed for '%s'; only global and non-alias type symbol

E2561

Specified options for $EXTERNALSYM and $NODEFINE are not allowed for '%s'; only global and non-alias type symbol

E2562

Field identifier required

E2563

Specified interface type is not declared

E2564

Undefined type '%s'

E2565

Cannot use parameterized or instantiated type as custom attribute

E2568

Can't create new instance without CONSTRUCTOR constraint in type parameter declaration

E2569

Type parameter '%s' may need finalization - not allowed in variant record. Consider using RECORD constraint

E2570

Local procedure in generic method or method of generic type is not supported

E2571

Type parameter '%s' doesn't have class or interface constraint

E2572

RTTI visibility set constant expression of type System.TRttiVisibility expected

E2573

Illegal value for the ALIGN directive (valid for one of 1, 2, 4, 8 or 16)

E2574

Instantiated type can not be used for TYPE'd type declaration

E2575

RTTI for '%s' is too large; reduce scope with $RTTI or reduce type size

E2584

Weak attribute only allowed on fields and variables of type class or interface: '%s'

E2589

Helper type can not be declared in parameterized type context

E2590

Linker option string too long

E2591

Only cdecl functions may use varargs

E2597

'%s'

E2598

Virtual methods not allowed in record helper types

E2599

Field definition not allowed in helper type

E2601

Procedure NEW needs constructor identifier of '%s', but undeclared identifier '%s' found

E2602

Procedure DISPOSE needs destructor identifier of '%s', but undeclared identifier '%s' found

E2603

Constraint '%s' cannot be specified more than once

F1027

Unit not found '%s' or binary equivalents (%s)

F2039

Could not create output file '%s'

F2040

Seek error on '%s'

F2046

Out of memory

F2047

Circular unit reference to '%s'

F2048

Bad unit format - '%s'

F2051

Unit %s was compiled with a different version of %s.%s

F2063

Could not compile used unit '%s'

F2069

Line too long (more than 1023 characters)

F2084

Internal Error - %s%d

F2087

System unit incompatible with trial version

F2092

Program or unit '%s' recursively uses itself

F2220

Could not compile package '%s'

F2438

UCS-4 text encoding not supported. Convert to UCS-2 or UTF-8

F2446

Unit '%s' is compiled with unit '%s' in '%s' but different version '%s' found

F2458

Cannot import metadata from Delphi 'library'. Use packages instead

F2462

Framework %s does not support thread local variables (%s.%s)

F2613

Unit '%s' not found.

H2077

Value assigned to '%s' never used

H2135

FOR or WHILE loop executes zero times - deleted

H2164

Variable '%s' is declared but never used in '%s'

H2219

Private symbol '%s' declared but never used

H2235

Package '%s' does not use or export '%s.%s'

H2365

Override method %s.%s should match case of ancestor %s.%s

H2368

Visibility of property accessor method %s should match property %s.%s

H2369

Property accessor %s should be %s

H2384

CLS: overriding virtual method '%s.%s' visibility (%s) must match base class '%s' (%s)

H2440

Inline method visibility is not lower or same visibility of accessing member '%s.%s'

H2443

Inline function '%s' has not been expanded because unit '%s' is not specified in USES list

H2444

Inline function '%s' has not been expanded because accessing member '%s' is inaccessible

H2445

Inline 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

H2456

Inline function '%s' has not been expanded because contained unit '%s' uses compiling unit '%s'

H2457

Inline 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

H2509

Identifier '%s' conflicts with type parameters of container type

H2596

'%s'

W1000

Symbol '%s' is deprecated

W1001

Symbol '%s' is specific to a library

W1002

Symbol '%s' is specific to a platform

W1003

Symbol '%s' is experimental

W1004

Unit '%s' is specific to a library

W1005

Unit '%s' is specific to a platform

W1006

Unit '%s' is deprecated

W1007

Unit '%s' is experimental

W1009

Redeclaration of '%s' hides a member in the base class

W1010

Method '%s' hides virtual method of base type '%s'

W1011

Text after final 'END.' - ignored by compiler

W1013

Constant 0 converted to NIL

W1014

String constant truncated to fit STRING%ld

W1015

FOR-Loop variable '%s' cannot be passed as var parameter

W1016

Typed constant '%s' passed as var parameter

W1017

Assignment to typed constant '%s'

W1018

Case label outside of range of case expression

W1021

Comparison always evaluates to False

W1022

Comparison always evaluates to True

W1023

Comparing signed and unsigned types - widened both operands

W1024

Combining signed and unsigned types - widened both operands

W1029

Duplicate %s '%s' with identical parameters will be inacessible from C++

W1031

Package '%s' will not be written to disk because -J option is enabled

W1032

Exported package threadvar '%s.%s' cannot be used outside of this package

W1034

$HPPEMIT '%s' ignored

W1035

Return value of function '%s' might be undefined

W1036

Variable '%s' might not have been initialized

W1037

FOR-Loop variable '%s' may be undefined after loop

W1039

No configuration files found

W1040

Implicit use of Variants unit

W1041

Error converting Unicode char to locale charset. String truncated. Is your LANG environment variable set correctly

W1042

Error converting locale string '%s' to Unicode. String truncated. Is your LANG environment variable set correctly

W1043

Imagebase $%X is not a multiple of 64k. Rounding down to $%X

W1044

Suspicious typecast of %s to %s

W1045

Property declaration references ancestor private '%s.%s'

W1046

Unsafe type '%s%s%s'

W1047

Unsafe code '%s'

W1048

Unsafe typecast of '%s' to '%s'

W1049

value '%s' for option %s was truncated

W1050

WideChar reduced to byte char in set expressions

W1051

Duplicate symbol names in namespace. Using '%s.%s' found in %s. Ignoring duplicate in %s

W1055

Published caused RTTI ($M+) to be added to type '%s'

W1057

Implicit string cast from '%s' to '%s'

W1058

Implicit string cast with potential data loss from '%s' to '%s'

W1059

Explicit string cast from '%s' to '%s'

W1060

Explicit string cast with potential data loss from '%s' to '%s'

W1061

Narrowing given WideChar constant ('%s') to AnsiChar lost information

W1062

Narrowing given wide string constant lost information

W1063

Widening given AnsiChar constant ('%s') to WideChar lost information

W1064

Widening given AnsiString constant lost information

W1066

Lost Extended floating point precision. Reduced to Double

W1067

Unable to load DLL '%s'

W1068

Modifying strings in place may not be supported in the future

W1069

Feature will not be available in mobile Delphi compiler

W1070

Use of untyped pointer can disrupt instance reference counts

W1071

Implicit integer cast with potential data loss from '%s' to '%s'

W1072

Implicit conversion may lose significant digits from '%s' to '%s'

W1073

Combining signed type and unsigned 64-bit type - treated as an unsigned type

W1074

Unknown Custom Attribute

W1201

XML comment on '%s' has badly formed XML-'Whitespace is not allowed at this location.'

W1202

XML comment on '%s' has badly formed XML- 'Reference to undefined entity '%s''

W1203

XML comment on '%s' has badly formed XML-'A name was started with an invalid character.'

W1204

XML comment on '%s' has badly formed XML-'A name contained an invalid character.'

W1205

XML comment on '%s' has badly formed XML-'The character '%c' was expected.'

W1206

XML comment on '%s' has cref attribute '%s' that could not be resolved

W1207

XML comment on '%s' has a param tag for '%s', but there is no parameter by that name

W1208

Parameter '%s' has no matching param tag in the XML comment for '%s' (but other parameters do)

RunTime

Delphi Run-Time Errors

Input-Output

Input-Output Errors

Fatal_errors

Fatal Errors

1.1

Code Example: ActiveControl

1.2

Code Example: ActivePage

1.3

Code Example: ActnMgrBar

1.4

Code Example: AddChildObjectFirst

1.5

Code Example: ADOQuery

1.6

Code Example: AdvancedCharacterControl

1.7

Code Example: AdvancedTCharacterControl

1.8

Code Example: AfterEdit

1.9

Code Example: AfterInsert

1.10

Code Example: AfterOpen

1.11

Code Example: AfterPost

1.12

Code Example: AllowGrayed

1.13

Code Example: AppendRecord

1.14

Code Example: AppModalForms

1.15

Code Example: ArrangeIcons

1.16

Code Example: AssertErrorProc

1.17

Code Example: AutomaticReferenceCounting

1.18

Code Example: AutoPopup

1.19

Code Example: AutoSize

1.20

Code Example: BeforeDisconnect

1.21

Code Example: BeforeGetRecords

1.22

Code Example: BeforePost

1.23

Code Example: BeginUpdate

1.24

Code Example: BevelInner

1.25

Code Example: BinHexMethods

1.26

Code Example: BlockRead

1.27

Code Example: BorderIcons

1.28

Code Example: Bounds

1.29

Code Example: BoundsRect

1.30

Code Example: BringToFront

1.31

Code Example: BrushCopy

1.32

Code Example: ButtonControlChecked

1.33

Code Example: ButtonStyle

1.34

Code Example: BytesOf

1.35

Code Example: Calendar

1.36

Code Example: Cascade

1.37

Code Example: CenterPoint

1.38

Code Example: CharacterCasing

1.39

Code Example: CharacterSurrogates

1.40

Code Example: CharacterTypes

1.41

Code Example: Chat Room Socket

1.42

Code Example: ChDir

1.43

Code Example: CheckListBoxCheckAll

1.44

Code Example: ClassesGetClass

1.45

Code Example: ClassParent

1.46

Code Example: ClientDataSet

1.47

Code Example: ClientDataSetAddIndex

1.48

Code Example: ClientDataSetMoveBy

1.49

Code Example: ClientHeight

1.50

Code Example: ClientWndProc

1.51

Code Example: ClipboardAssign

1.52

Code Example: ClipRect

1.53

Code Example: ColorGrid

1.54

Code Example: ColorToRGB

1.55

Code Example: CommandText

1.56

Code Example: CompareStr

1.57

Code Example: CompConversion

1.58

Code Example: CompilerVersion

1.59

Code Example: ComponentCountProperty

1.60

Code Example: ComponentToString

1.61

Code Example: ControlMargins

1.62

Code Example: ControlsGetShortHint

1.63

Code Example: ControlsTDragState

1.64

Code Example: CopyMode

1.65

Code Example: CopyToClipboard

1.66

Code Example: CreateDataSet

1.67

Code Example: CreateFormInPackage

1.68

Code Example: CreateFromBitmapAndMask

1.69

Code Example: CreateFromStream

1.70

Code Example: CropForms

1.71

Code Example: CustomForms

1.72

Code Example: CustomSort

1.73

Code Example: CutToClipboard

1.74

Code Example: DateTime

1.75

Code Example: DateTimeCompare

1.76

Code Example: DateTimeGen

1.77

Code Example: DateTimeInfo

1.78

Code Example: DateTimeRecode

1.79

Code Example: DateTimeToStr

1.80

Code Example: DateToStr

1.81

Code Example: DateUtils

1.82

Code Example: DayOfWeek

1.83

Code Example: DBBitType

1.84

Code Example: DBImage

1.85

Code Example: DecodeDate

1.86

Code Example: DefAttributes

1.87

Code Example: DefaultHandler

1.88

Code Example: DelayedLoading

1.89

Code Example: DialogHandle

1.90

Code Example: DirectoriesAndFilesEnumeration

1.91

Code Example: DirectoryExists

1.92

Code Example: DirectoryOperations

1.93

Code Example: DirList

1.94

Code Example: DirListBoxDrive

1.95

Code Example: DirListBoxUpdate

1.96

Code Example: DisableControls

1.97

Code Example: DiskFree

1.98

Code Example: Docking

1.99

Code Example: DownNumGlyphs and UpNumGlyphs

1.100

Code Example: DrawGridCol

1.101

Code Example: DrawGridSelection

1.102

Code Example: DrawGridTopRow

1.103

Code Example: DSProxyGenerator

1.104

Code Example: DTStartEnd

1.105

Code Example: DTTransform

1.106

Code Example: DTTry

1.107

Code Example: DTValid

1.108

Code Example: DynamicLinkLib

1.109

Code Example: EditMask

1.110

Code Example: EditText

1.111

Code Example: EncodeDate

1.112

Code Example: EncodeTime

1.113

Code Example: EqualRect

1.114

Code Example: Event RTTI Invocation

1.115

Code Example: ExceptionHandling

1.116

Code Example: ExeName

1.117

Code Example: ExpandFileName

1.118

Code Example: ExtractFileName

1.119

Code Example: FetchParams

1.120

Code Example: FetchPooler

1.121

Code Example: FileAttributes

1.122

Code Example: FileExists

1.123

Code Example: FileGetAttr

1.124

Code Example: FileListBox

1.125

Code Example: FileListBoxIndexOf

1.126

Code Example: FileOpen

1.127

Code Example: FileOperations

1.128

Code Example: FileRead

1.129

Code Example: FileSearch

1.130

Code Example: FileSelectBtnEdit

1.131

Code Example: FileToGrid

1.132

Code Example: FilterComboBoxFilter

1.133

Code Example: FilterIndex

1.134

Code Example: FindComponent

1.135

Code Example: FindComponent1

1.136

Code Example: FindField

1.137

Code Example: FindFirst

1.138

Code Example: FindKey

1.139

Code Example: FindText

1.140

Code Example: FirstIndent

1.141

Code Example: FishFacts

1.142

Code Example: Float Type Helpers

1.143

Code Example: FloodFill

1.144

Code Example: FlowPanels

1.145

Code Example: FMX.Advertising.TBannerAd

1.146

Code Example: FMX.AlphaColorToPixel

1.147

Code Example: FMX.AlphaColorToScanline

1.148

Code Example: FMX.FindClosestPixelFormat

1.149

Code Example: FMX.Float4ToPixel

1.150

Code Example: FMX.Notification.Mac

1.151

Code Example: FMX.TMesh

1.152

Code Example: FMXAttachTAnimation

1.153

Code Example: FMXEmbeddedForm

1.154

Code Example: FMXGradient

1.155

Code Example: FMXGradientPoint

1.156

Code Example: FMXInteractiveGestures

1.157

Code Example: FMXPrinting

1.158

Code Example: FMXTAniCalculations

1.159

Code Example: FMXTBitmapCanvas

1.160

Code Example: FMXTBitmapClear

1.161

Code Example: FMXTBitmapDataPixel

1.162

Code Example: FMXTBitmapManipulationFunctions

1.163

Code Example: FMXTBrush

1.164

Code Example: FMXTCanvasDrawArc

1.165

Code Example: FMXTCanvasDrawFunctions

1.166

Code Example: FMXTCanvasFillFunctions

1.167

Code Example: FMXTCanvasSaveCanvas

1.168

Code Example: FMXTCustomButtonRepeatClick

1.169

Code Example: FMXTFmxObjectAnimateColor

1.170

Code Example: FMXTFmxObjectAnimateFloat

1.171

Code Example: FMXTFont

1.172

Code Example: FMXTimerAnimation

1.173

Code Example: FMXTLang

1.174

Code Example: FMXTMemoLinesProperty

1.175

Code Example: FMXTMemoSelTextProperty

1.176

Code Example: FMXTOpenDialog

1.177

Code Example: FMXTPlotGrid

1.178

Code Example: FMXTPopupMenu

1.179

Code Example: FMXTStringGridBackgroundColor

1.180

Code Example: FMXTStyleManager

1.181

Code Example: FontDialogOnApply

1.182

Code Example: ForceDirectories

1.183

Code Example: FormatCount

1.184

Code Example: FormatDateTime

1.185

Code Example: FormatFloat

1.186

Code Example: FormCount

1.187

Code Example: FormStyle

1.188

Code Example: FrameRect

1.189

Code Example: Generics Collections TArray

1.190

Code Example: Generics Collections TDictionary

1.191

Code Example: Generics Collections TList

1.192

Code Example: Generics Collections TObjectList

1.193

Code Example: Generics Collections TObjectQueue

1.194

Code Example: Generics Collections TObjectStack

1.195

Code Example: Generics Collections TQueue

1.196

Code Example: Generics Collections TStack

1.197

Code Example: Generics Defaults TComparer

1.198

Code Example: Generics Defaults TCustomComparer

1.199

Code Example: Generics Defaults TDelegatedComparer

1.200

Code Example: Generics Defaults TDelegatedEqualityComparer

1.201

Code Example: Generics Defaults TEqualityComparer

1.202

Code Example: GenericsTList

1.203

Code Example: GetAliasNames

1.204

Code Example: GetAsHandle

1.205

Code Example: GetBookmark

1.206

Code Example: GetCharsetValues

1.207

Code Example: GetComponent

1.208

Code Example: GetDeviceContext

1.209

Code Example: GetFormImage

1.210

Code Example: GetHitTestInfoAt

1.211

Code Example: GetImplementedInterfaces

1.212

Code Example: GetItemPath

1.213

Code Example: GetModuleName

1.214

Code Example: GetNextItem

1.215

Code Example: GetPrevChild

1.216

Code Example: GetStaticRect

1.217

Code Example: GetTabControlList

1.218

Code Example: GetTextBuf

1.219

Code Example: Getting RTTI for Rooted Types

1.220

Code Example: GridLineWidth

1.221

Code Example: GuidToString

1.222

Code Example: HandleMessageExample

1.223

Code Example: HasFormat

1.224

Code Example: HeaderControlSection

1.225

Code Example: HeaderSection

1.226

Code Example: HexEncoding

1.227

Code Example: HideForTime

1.228

Code Example: HideScrollBars

1.229

Code Example: HideSelection

1.230

Code Example: HotKey

1.231

Code Example: HTTP Get

1.232

Code Example: ImageListGetBitmap

1.233

Code Example: IMouseStartPan

1.234

Code Example: IndexName

1.235

Code Example: IndexOfName

1.236

Code Example: InflateRect

1.237

Code Example: IniFilesTMemIniFile

1.238

Code Example: InputBox

1.239

Code Example: InputQuery

1.240

Code Example: InsertControl

1.241

Code Example: InsertObject

1.242

Code Example: InsertRecord

1.243

Code Example: Integer Type Helpers

1.244

Code Example: IntersectRect

1.245

Code Example: IntToHex

1.246

Code Example: IntToStr

1.247

Code Example: IOUtilsFileAttr

1.248

Code Example: IsLeapYear

1.249

Code Example: ItemRect

1.250

Code Example: JumpListTest

1.251

Code Example: KeyPreviewProperty

1.252

Code Example: LabeledEdit

1.253

Code Example: LastOSError

1.254

Code Example: LineTo

1.255

Code Example: ListGroups

1.256

Code Example: LiveBindings Inc Method

1.257

Code Example: LoadFromClipBoard

1.258

Code Example: LoadFromFile

1.259

Code Example: LoadFromResourceName

1.260

Code Example: LoadFromStream

1.261

Code Example: LowerCase

1.262

Code Example: MatchesMask

1.263

Code Example: MaxFontSize

1.264

Code Example: MDIChildren

1.265

Code Example: MediaPlayer

1.266

Code Example: MemMgr

1.267

Code Example: MessageBox

1.268

Code Example: MessageDlg

1.269

Code Example: MessageDlgConfirmation

1.270

Code Example: MessageDlgInformation

1.271

Code Example: MessageDlgPos

1.272

Code Example: Messages

1.273

Code Example: MinimizeExample

1.274

Code Example: MinPoint

1.275

Code Example: MultiplyRect

1.276

Code Example: NamedThread

1.277

Code Example: ObjectInvoke

1.278

Code Example: Objects

1.279

Code Example: Offset

1.280

Code Example: OnActionExecute

1.281

Code Example: OnActionUpdate

1.282

Code Example: OnActivate

1.283

Code Example: OnActivate2

1.284

Code Example: OnActiveControlChange

1.285

Code Example: OnActiveFormChange

1.286

Code Example: OnCloseQuery

1.287

Code Example: OnDock

1.288

Code Example: OnDragOver

1.289

Code Example: OnDrawCell

1.290

Code Example: OnDrawItem

1.291

Code Example: OnDrawPanel

1.292

Code Example: OnDropDown

1.293

Code Example: OnEndDrag

1.294

Code Example: OnException

1.295

Code Example: OnExit

1.296

Code Example: OnGesture

1.297

Code Example: OnGetEditMask

1.298

Code Example: OnGetEditText

1.299

Code Example: OnHelp

1.300

Code Example: OnHint

1.301

Code Example: OnKeyDown

1.302

Code Example: OnKeyPress

1.303

Code Example: OnMessage

1.304

Code Example: OnMouseMove

1.305

Code Example: OnMoved

1.306

Code Example: OnPaint

1.307

Code Example: OnPopup

1.308

Code Example: OnResize

1.309

Code Example: OnResizeRequest

1.310

Code Example: OnRowMoved

1.311

Code Example: OnScroll

1.312

Code Example: OnSelectCell

1.313

Code Example: OnSelectionChange

1.314

Code Example: OnSetText

1.315

Code Example: OnSettingChange

1.316

Code Example: OnShortCut

1.317

Code Example: OnShowHint

1.318

Code Example: OpenString

1.319

Code Example: OpOverloads

1.320

Code Example: OpOverloads2

1.321

Code Example: PageControlChange

1.322

Code Example: PageControlChanging

1.323

Code Example: PageControlPages

1.324

Code Example: PageSize

1.325

Code Example: ParamCount

1.326

Code Example: PathOperations

1.327

Code Example: Pixels

1.328

Code Example: PlainTextProperty

1.329

Code Example: Polygon

1.330

Code Example: Polyline

1.331

Code Example: PooledRDMUpdateRegistry

1.332

Code Example: PopulateTabSheets

1.333

Code Example: PopupMenu

1.334

Code Example: PrinterAborted

1.335

Code Example: PrinterOrientation

1.336

Code Example: PrinterPageNumber

1.337

Code Example: PrinterPageWidth

1.338

Code Example: PrintExample

1.339

Code Example: PrintToFile

1.340

Code Example: PrintVarType

1.341

Code Example: ProcessMessages

1.342

Code Example: ProgressBarPosition

1.343

Code Example: ProviderBeforeGetRecords

1.344

Code Example: PtInCircle

1.345

Code Example: PtInRect

1.346

Code Example: RadioGroupItems

1.347

Code Example: RandG

1.348

Code Example: ReadComponentResFile

1.349

Code Example: ReadWriteFile

1.350

Code Example: RecordCount

1.351

Code Example: Rectangle

1.352

Code Example: RegisterComponents

1.353

Code Example: ReplaceText

1.354

Code Example: REST.SurfSpotFinder Sample

1.355

Code Example: RichEditFont

1.356

Code Example: RotatedFont

1.357

Code Example: RoundRect

1.358

Code Example: Rtti.TRttiType

1.359

Code Example: Rtti.TVirtualInterface

1.360

Code Example: RTTIFormNameCaption

1.361

Code Example: RuntimeErrors

1.362

Code Example: SavePictureDialog

1.363

Code Example: SaveToFile

1.364

Code Example: ScanLine

1.365

Code Example: ScrollBarIncrement

1.366

Code Example: ScrollBarMargin

1.367

Code Example: SelectDirectory

1.368

Code Example: SelStart

1.369

Code Example: SelText

1.370

Code Example: Set8087CW

1.371

Code Example: SetEnumProp

1.372

Code Example: SetIncludeExclude

1.373

Code Example: SetRoundMode

1.374

Code Example: SetSelTextBuf

1.375

Code Example: SetTextBuf

1.376

Code Example: ShortCut

1.377

Code Example: ShortCutToKey

1.378

Code Example: ShortCutToText

1.379

Code Example: ShortDateFormatEdit

1.380

Code Example: ShortStringToString

1.381

Code Example: ShowAccelChar

1.382

Code Example: ShowCaption

1.383

Code Example: ShowException

1.384

Code Example: ShowHint

1.385

Code Example: ShowModal

1.386

Code Example: ShowModal2

1.387

Code Example: SimplePanelProperty

1.388

Code Example: SleepSort

1.389

Code Example: Splitter

1.390

Code Example: StdCtrlsProp

1.391

Code Example: StrCat

1.392

Code Example: StrComp

1.393

Code Example: StrDispose

1.394

Code Example: StreamAdvancedRdWr

1.395

Code Example: StreamCharRdWr

1.396

Code Example: StreamStrRdWr

1.397

Code Example: StrECopy

1.398

Code Example: StringGridColCount

1.399

Code Example: StringGridMouseToCell

1.400

Code Example: StringGridRows

1.401

Code Example: StringReadWrite

1.402

Code Example: SubClassWndProc

1.403

Code Example: SubItemsEnabled

1.404

Code Example: SuggestEdit

1.405

Code Example: Synchronize

1.406

Code Example: System InitializeFinalize

1.407

Code Example: System Ptr

1.408

Code Example: System ReallocMem

1.409

Code Example: System.Messaging

1.410

Code Example: SystemAbs

1.411

Code Example: SystemAddr

1.412

Code Example: SystemAppend

1.413

Code Example: SystemArcTan

1.414

Code Example: SystemAssert

1.415

Code Example: SystemAssigned

1.416

Code Example: SystemConcat

1.417

Code Example: SystemCos

1.418

Code Example: SystemDelete

1.419

Code Example: SystemEof

1.420

Code Example: SystemEoln

1.421

Code Example: SystemExit

1.422

Code Example: SystemExp

1.423

Code Example: SystemFileSize

1.424

Code Example: SystemFillChar

1.425

Code Example: SystemFrac

1.426

Code Example: SystemFreeMem

1.427

Code Example: SystemGetDir

1.428

Code Example: SystemHalt

1.429

Code Example: SystemHi

1.430

Code Example: SystemInc

1.431

Code Example: SystemInsert

1.432

Code Example: SystemInt

1.433

Code Example: SystemIOResult

1.434

Code Example: SystemLo

1.435

Code Example: SystemLow

1.436

Code Example: SystemMkDir

1.437

Code Example: SystemMove

1.438

Code Example: SystemOdd

1.439

Code Example: SystemOrd

1.440

Code Example: SystemPos

1.441

Code Example: SystemPred

1.442

Code Example: SystemReadln

1.443

Code Example: SystemRename

1.444

Code Example: SystemReset

1.445

Code Example: SystemRewrite

1.446

Code Example: SystemRmDir

1.447

Code Example: SystemRound

1.448

Code Example: SystemRunError

1.449

Code Example: SystemSeekEof

1.450

Code Example: SystemSeekEoln

1.451

Code Example: SystemSin

1.452

Code Example: SystemSizeOf

1.453

Code Example: SystemSqrt

1.454

Code Example: SystemStr

1.455

Code Example: SystemStrEnd

1.456

Code Example: SystemStrIComp

1.457

Code Example: SystemStrLCat

1.458

Code Example: SystemStrLComp

1.459

Code Example: SystemStrLCopy

1.460

Code Example: SystemStrLIComp

1.461

Code Example: SystemSwap

1.462

Code Example: SystemTimeToDateTime

1.463

Code Example: SystemTrunc

1.464

Code Example: SystemTruncate

1.465

Code Example: SystemVal

1.466

Code Example: SystemVarClear

1.467

Code Example: SysUtilsByteLength

1.468

Code Example: SysUtilsFileGetSetDate

1.469

Code Example: SysUtilsFormat

1.470

Code Example: SysUtilsFormatFloat

1.471

Code Example: SysUtilsStrLower

1.472

Code Example: SysUtilsStrMove

1.473

Code Example: SysUtilsStrPCopy

1.474

Code Example: SysUtilsStrPos

1.475

Code Example: SysUtilsStrRScan

1.476

Code Example: SysUtilsStrScan

1.477

Code Example: SysUtilsStrToFloat

1.478

Code Example: SysUtilsStrToInt

1.479

Code Example: SysUtilsStrToIntDef

1.480

Code Example: SysUtilsStrToTime

1.481

Code Example: SysUtilsTimeToStr

1.482

Code Example: TabControlChange

1.483

Code Example: TabSheetCaption

1.484

Code Example: TabSheetPageControl

1.485

Code Example: TabVisible

1.486

Code Example: TActionOnExecute

1.487

Code Example: TActionOnUpdate

1.488

Code Example: TAlignment

1.489

Code Example: TAnimateActive

1.490

Code Example: TAppCreateForm

1.491

Code Example: TAppEventsOnHint

1.492

Code Example: TAppEventsOnIdle

1.493

Code Example: TAppEventsOnMessage

1.494

Code Example: TAppEventsOnMinimize

1.495

Code Example: TAppEventsOnRestore

1.496

Code Example: TApplicationIcon

1.497

Code Example: TApplicationOnHelp

1.498

Code Example: TApplicationRestore

1.499

Code Example: TApplicationTitle

1.500

Code Example: TaskDialogs

1.501

Code Example: TBaseItemEditText

1.502

Code Example: TBinaryReader and TBinaryWriter

1.503

Code Example: TBitBtnCopyImage

1.504

Code Example: TBitBtnKind

1.505

Code Example: TBitBtnLayout

1.506

Code Example: TBitsOpenBit

1.507

Code Example: TButtonedEdit

1.508

Code Example: TCanvasAngleArc

1.509

Code Example: TCanvasArc

1.510

Code Example: TCanvasArcTo

1.511

Code Example: TCanvasChord

1.512

Code Example: TCharacterCasing

1.513

Code Example: TCharacterSurrogates

1.514

Code Example: TCharacterTypes

1.515

Code Example: TColorPicker

1.516

Code Example: TComboBox

1.517

Code Example: TComboBoxCanvas

1.518

Code Example: TComboBoxEx

1.519

Code Example: TComboBoxSelLength

1.520

Code Example: TControlAlign

1.521

Code Example: TControlColor

1.522

Code Example: TControlCursor

1.523

Code Example: TControlParent

1.524

Code Example: TControlPerform

1.525

Code Example: TControlTop

1.526

Code Example: TCoolBarBands

1.527

Code Example: TCountdownEvent

1.528

Code Example: TCustomConnectionDataSets

1.529

Code Example: TCustomEditAutoSize

1.530

Code Example: TCustomFormCanvas

1.531

Code Example: TCustomFormIcon

1.532

Code Example: TCustomFormMenu

1.533

Code Example: TCustomMemoLines

1.534

Code Example: TDataSetActive

1.535

Code Example: TDataSetAfterCancel

1.536

Code Example: TDataSetAfterDelete

1.537

Code Example: TDataSetAppend

1.538

Code Example: TDataSetBeforeInsert

1.539

Code Example: TDataSetCancel

1.540

Code Example: TDataSetRefresh

1.541

Code Example: TDirectoryExists

1.542

Code Example: TEncoding

1.543

Code Example: TextFloatMethods

1.544

Code Example: TFieldFieldName

1.545

Code Example: TFieldGetData

1.546

Code Example: TFindDialogOptions

1.547

Code Example: TFontQuality

1.548

Code Example: TFontStyle

1.549

Code Example: TFormAction

1.550

Code Example: TFormatSettings

1.551

Code Example: TFormCanvas

1.552

Code Example: TFormOnClose

1.553

Code Example: TFormOnDestroy

1.554

Code Example: TFormOnHide

1.555

Code Example: TFormOnPaint

1.556

Code Example: TGraphic

1.557

Code Example: TGrid

1.558

Code Example: Third-Party Help Menu Item

1.559

Code Example: ThreadSynchronize

1.560

Code Example: TIconAssignTo

1.561

Code Example: TileMode

1.562

Code Example: TImageCanvas

1.563

Code Example: TimeSpanAddSubtract

1.564

Code Example: TJPEGImageAssign

1.565

Code Example: TLabelCanvas

1.566

Code Example: TLightweightEvent

1.567

Code Example: TLightweightSemaphore

1.568

Code Example: TListAdd

1.569

Code Example: TListBoxCanvas

1.570

Code Example: TListBoxSorted

1.571

Code Example: TListIndexOf

1.572

Code Example: TListItemsInsert

1.573

Code Example: TListItemSubItems

1.574

Code Example: TListLast

1.575

Code Example: TListPack

1.576

Code Example: TListRemove

1.577

Code Example: TListSort

1.578

Code Example: TListViewCanvas

1.579

Code Example: TListViewOnColumnClick

1.580

Code Example: TMatchCollectionCount

1.581

Code Example: TMediaPlayerEject

1.582

Code Example: TMenuItemInsert

1.583

Code Example: TMenuItems

1.584

Code Example: TMetafileCreate

1.585

Code Example: TMouse

1.586

Code Example: TMutexAcquire

1.587

Code Example: TObjectDispatch

1.588

Code Example: TObjectDispatchInvoke

1.589

Code Example: TOleContainer

1.590

Code Example: TOpenDialogFileName

1.591

Code Example: TOpenDialogTitle

1.592

Code Example: TOpenTextFileDialog

1.593

Code Example: TopIndex

1.594

Code Example: TOutlineNode

1.595

Code Example: TPageControlCanvas

1.596

Code Example: TParamsAssign

1.597

Code Example: TParamsItems

1.598

Code Example: TPerlRegExComputeReplacement

1.599

Code Example: TPerlRegExEscapeRegExChars

1.600

Code Example: TPerlRegExGroups

1.601

Code Example: TPerlRegExMatchAgain

1.602

Code Example: TPerlRegExMatchedLength

1.603

Code Example: TPerlRegExMatchedOffset

1.604

Code Example: TPerlRegExMatchedText

1.605

Code Example: TPerlRegExNamedGroup

1.606

Code Example: TPerlRegExOnReplace

1.607

Code Example: TPerlRegExReplace

1.608

Code Example: TPerlRegExReplacement

1.609

Code Example: TPerlRegExStart

1.610

Code Example: TPerlRegExState

1.611

Code Example: TPerlRegExStoreGroups

1.612

Code Example: TPerlRegExStudy

1.613

Code Example: TPerlRegExSubject

1.614

Code Example: TPictureGraphic

1.615

Code Example: TPoint

1.616

Code Example: TPoint3DCrossProduct

1.617

Code Example: TPoint3DDotProduct

1.618

Code Example: TPointF

1.619

Code Example: TProgressBarStepIt

1.620

Code Example: TransparentColor

1.621

Code Example: TReader

1.622

Code Example: TRectBottomRight

1.623

Code Example: TRectContains

1.624

Code Example: TRectEmpty

1.625

Code Example: TRectHeight

1.626

Code Example: TreeNodeAddChildObject

1.627

Code Example: TreeNodeCustomSort

1.628

Code Example: TreeNodesAddObject

1.629

Code Example: TreeViewAddChild

1.630

Code Example: TreeViewToListBox

1.631

Code Example: TRegExReplace

1.632

Code Example: TRegistry

1.633

Code Example: TRttiRecordType

1.634

Code Example: TrySystemTimeToDateTime

1.635

Code Example: TSaveTextFileDialog

1.636

Code Example: TScreenCursor

1.637

Code Example: TSendMail

1.638

Code Example: TSmallPoint

1.639

Code Example: TSpinWait

1.640

Code Example: TStatusBarCanvas

1.641

Code Example: TStreamReadBuffer

1.642

Code Example: TStringBuilderClickCount

1.643

Code Example: TStringGridCanvas

1.644

Code Example: TStringListAdd

1.645

Code Example: TStringListSorted

1.646

Code Example: TStringsAssign

1.647

Code Example: TStringsEncoding

1.648

Code Example: TStringsMove

1.649

Code Example: TTable.EmptyTable

1.650

Code Example: TTabSheetPageControl

1.651

Code Example: TThreadList

1.652

Code Example: TThreadPriority

1.653

Code Example: TThreadYield

1.654

Code Example: TTimerFWindowHandle

1.655

Code Example: TToolBarCanvas

1.656

Code Example: TToolButtonCreate

1.657

Code Example: TTrayIcon

1.658

Code Example: TTreeCustomSort

1.659

Code Example: TTreeGetNodeAt

1.660

Code Example: TTreeNodesDelete

1.661

Code Example: TTreeSelected

1.662

Code Example: TTreeViewCanvas

1.663

Code Example: TUpDownOnClick

1.664

Code Example: TValueCast

1.665

Code Example: TVCustomDraw

1.666

Code Example: TVCustomDrawItem

1.667

Code Example: TVector3DAddVector3D

1.668

Code Example: TVector3DCrossProduct

1.669

Code Example: TVector3DDistance

1.670

Code Example: TVector3DDotProduct

1.671

Code Example: TVector3DLength

1.672

Code Example: TVector3DNormalize

1.673

Code Example: TVector3DReflect

1.674

Code Example: TVectorDotProduct

1.675

Code Example: TVectorLength

1.676

Code Example: TVectorReflect

1.677

Code Example: TVGetImageIndex

1.678

Code Example: TVirtualMethodInterceptor

1.679

Code Example: TWinControlHandle

1.680

Code Example: TWriter

1.681

Code Example: TXMLDocument use case

1.682

Code Example: TXMLDocument xml declaration

1.683

Code Example: TXMLDocumentAddChild

1.684

Code Example: TXMLDocumentAsyncLoadState

1.685

Code Example: TXMLDocumentChildNodes

1.686

Code Example: TXMLDocumentCreateElement

1.687

Code Example: TXMLDocumentCreateNode

1.688

Code Example: TXMLDocumentDOMDocument

1.689

Code Example: TXMLDocumentDOMVendor

1.690

Code Example: TXMLDocumentGeneratePrefix

1.691

Code Example: TXMLDocumentGetDocBinding

1.692

Code Example: TXMLDocumentIsEmptyDoc

1.693

Code Example: TXMLDocumentLoadFromFile

1.694

Code Example: TXMLDocumentLoadFromStream

1.695

Code Example: TXMLDocumentLoadFromXML

1.696

Code Example: TXMLDocumentNode

1.697

Code Example: TXMLDocumentNodeIndentStr

1.698

Code Example: TXMLDocumentParseOptions

1.699

Code Example: TXMLDocumentRefresh

1.700

Code Example: TXMLDocumentRegisterDocBinding

1.701

Code Example: TXMLDocumentResync

1.702

Code Example: TXMLDocumentSaveToFile

1.703

Code Example: TXMLDocumentSaveToStream

1.704

Code Example: TXMLDocumentSaveToXML

1.705

Code Example: TypInfoGetEnumName

1.706

Code Example: UnDock

1.707

Code Example: UnicodeConversion

1.708

Code Example: UnionRect

1.709

Code Example: UpCase

1.710

Code Example: UpperCase

1.711

Code Example: UsingDialogs

1.712

Code Example: UsingGUIDs

1.713

Code Example: UsingPictureDialogs

1.714

Code Example: VariantArrayLockUnlock

1.715

Code Example: VariantArrays

1.716

Code Example: VariantStrings

1.717

Code Example: VariantsVarToDateTime

1.718

Code Example: VCL.TMouseEvent

1.719

Code Example: VertScrollBar

1.720

Code Example: ViewStyleProperty

1.721

Code Example: WizardInterface

1.722

Code Example: ZLibCompressDecompress