Developer

AutoText

Specify text to be placed inside Edit, automatically upon button click.

property AutoText: WideString read FAutoText write FAutoText;

Remarks


If value is empty string edit text will not be changed, and OnButtonClick event need to be used. OnButtonClick event is always called, no matter if AutoText is set or not.

See also