TAdvCustomFormDesigner.GetComponentProperties Method
Saves the current component into a string value.
Syntax
Unit: FormDesigner
function TAdvCustomFormDesigner.GetComponentProperties(AComponent: TComponent): string;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AComponent | TComponent | The component to be converted to a string. |
Returns
A string representing the specified component.