ComponentsHelper
Overview
Location
-
Reference:
- DelphiVCL.fx Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
- libDelphiVCL.fx Toffee-Mac Catalyst, Toffee-macOS
- Namespace: RemObjects.Elements.RTL.Delphi.VCL
- Platforms: Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows, Toffee-Mac Catalyst, Toffee-macOS
Class Methods
CreateComponent (String, TComponent): TComponent virtual
class method CreateComponent(aClassName: String; aOwner: TComponent): TComponent
static TComponent CreateComponent(String aClassName, TComponent aOwner)
static func CreateComponent(_ aClassName: String, _ aOwner: TComponent) -> TComponent
Shared Function CreateComponent(aClassName As String, aOwner As TComponent) As TComponent
Parameters:
- aClassName:
- aOwner:
CreateComponent (Type, TComponent): TComponent virtual
class method CreateComponent(aType: Type; aOwner: TComponent): TComponent
static TComponent CreateComponent(Type aType, TComponent aOwner)
static func CreateComponent(_ aType: Type, _ aOwner: TComponent) -> TComponent
Shared Function CreateComponent(aType As Type, aOwner As TComponent) As TComponent
Parameters:
- aType:
- aOwner:
Instance Methods
constructor protected Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
constructor
ComponentsHelper()
init()
Sub New()