TAdvCustomInspector.SetEditedText Method
Sets the text of the inplace property editor control. This puts the property in editing mode and the text set is selected in the control.
Syntax
Unit: InspectorControls
procedure TAdvCustomInspector.SetEditedText(const AText: string); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AText | string | The text to be set in the editor. |