[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Returns the names of elements that need to be resolved for the rootcomponent.
Source position: classesh.inc line 1640
procedure GetFixupReferenceNames( |
Root: TComponent; |
Names: TStrings |
); |
GetFixupReferenceNamesexamines the list of unresolved references and returns the names of properties that must be resolved for the component Rootin the list Names. The list is not cleared prior to filling it.
|
Returns the names of elements that need to be resolved for the rootcomponent, whose reference contains ReferenceRootName |
|
|
Called to resolve unresolved references after forms are loaded. |