TAdvCustomFormDesigner.SetComponentProperties Method
Loads a component from a string value. The component state is retrieved from a string previously saved with GetComponentProperties.
Syntax
Unit: FormDesigner
procedure TAdvCustomFormDesigner.SetComponentProperties(AComponent: TComponent; Props: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AComponent | TComponent | The component to be loaded. |
|
| Props | string | A string containing the component properties previously saved. |