TatCustomScripter.AddComponents Method
Registers all components owned by AComp to be accessible from all scripts by their names.
Remarks
Register all the components owned by AComp to be accessible from all scripts. The components will be accessible by their name. Published properties of components will also be automatically available for reading/writing. Be aware that AComp itself is not register - only the components owned by it.
Syntax
Unit: atScript
procedure TatCustomScripter.AddComponents(AComp: TComponent);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AComp | TComponent |