Icon GlobalComponent Property

property GlobalComponent: TComponent

Available In: Client and Server Applications

Specifies an optional global component to use with the reader. This property is used with forms and databases to determine how to apply any component reference fixups that need to occur after the form or database is loaded. The default value is nil.

Information If this property is not specified, then the Owner property of the RootComponent will be used as the instance to use for applying component reference fixups.
Image