Class TSerializedComponent
Unit
Declaration
type TSerializedComponent = class(TObject)
Description
Load the serialized component once, instantiate it many times.
Hierarchy
- TObject
- TSerializedComponent
Overview
Methods
![]() |
constructor Create(const AUrl: String); |
![]() |
constructor CreateFromString(const Contents: String); |
![]() |
destructor Destroy; override; |
![]() |
function ComponentLoad(const Owner: TComponent): TComponent; |
Description
Methods
![]() |
constructor Create(const AUrl: String); |
This item has no description. |
![]() |
constructor CreateFromString(const Contents: String); |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function ComponentLoad(const Owner: TComponent): TComponent; |
Instantiate component. Using this is equivalent to using global CastleComponentSerialize.ComponentLoad, but it is much faster if you want to instantiate the same file many times. |
Generated by PasDoc 0.16.0.