[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

Reference for unit 'Classes': Procedures and functions

BeginGlobalLoading

  

Not yet implemented

Bounds

  

Returns a TRect structure with the bounding rect of the given location and size.

CollectionsEqual

  

Returns True if two collections are equal.

EndGlobalLoading

  

Not yet implemented.

FindClass

  

Returns the class pointer of a class with given name.

FindNestedComponent

  

Finds the component with name path starting at the indicated root component.

GetClass

  

Returns the class pointer of a class with given name.

GetFixupInstanceNames

  

Returns the names of elements that need to be resolved for the root component, whose reference contains ReferenceRootName

GetFixupReferenceNames

  

Returns the names of elements that need to be resolved for the root component.

GlobalFixupReferences

  

Called to resolve unresolved references after forms are loaded.

IdentToInt

  

Looks up an integer value in a integer-to-identifier map list.

InitComponentRes

  

Provided for Delphi compatibility only

InitInheritedComponent

  

Initializes a component descending from RootAncestor

IntToIdent

  

Looks up an identifier for an integer value in a identifier-to-integer map list.

LineStart

  

Finds the start of a line in Buffer before BufPos.

NotifyGlobalLoading

  

Not yet implemented.

ObjectBinaryToText

  

Converts an object stream from a binary to a text format.

ObjectResourceToText

  

Converts an object stream from a (windows) resource to a text format.

ObjectTextToBinary

  

Converts an object stream from a text to a binary format.

ObjectTextToResource

  

Converts an object stream from a text to a (windows) resource format.

Point

  

Returns a TPoint record with the given coordinates.

ReadComponentRes

  

Read component properties from a resource in the current module

ReadComponentResEx

  

Read component properties from a resource in the specified module

ReadComponentResFile

  

Read component properties from a specified resource file

Rect

  

Returns a TRect record with the given coordinates.

RedirectFixupReferences

  

Redirects references under the root object from OldRootName to NewRootName

RegisterClass

  

Registers a class with the streaming system.

RegisterClassAlias

  

Registers a class alias with the streaming system.

RegisterClasses

  

Registers multiple classes with the streaming system.

RegisterComponents

  

Registers components for the component palette.

RegisterIntegerConsts

  

Registers some integer-to-identifier mappings.

RegisterNoIcon

  

Registers components that have no icon on the component palette.

RegisterNonActiveX

  

Register non-activex component.

RemoveFixupReferences

  

Removes references to rootname from the fixup list.

RemoveFixups

  

Removes Instance from the fixup list.

SmallPoint

  

Returns a TSmallPoint record with the given coordinates.

UnRegisterClass

  

Unregisters a class from the streaming system.

UnRegisterClasses

  

Unregisters multiple classes from the streaming system.

UnRegisterModuleClasses

  

Unregisters classes registered by module.

WriteComponentResFile

  

Write component properties to a specified resource file