help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

FindNestedComponent

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

Declaration

Source position: classesh.inc line 1673

function FindNestedComponent(

  Root: TComponent;

  const NamePath: String

):TComponent;

Description

FindNestedComponent will descend through the list of owned components (starting at Root) and will return the component whose name path matches NamePath. As a path separator the characters . (dot), - (dash) and > (greater than) can be used

See also

GlobalFixupReferences

  

Called to resolve unresolved references after forms are loaded.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505