This property sets whether or not text, previously added to the image-editing toolbar's textbox, is cleared when the textbox is displayed.

[C++Builder]   imagekitcontrolname->Edit->ClearText[ = bool ]
[Delphi]   imagekitcontrolname.Edit.ClearText[ = Boolean ]

Property Value

Value Explanation
True The textbox is cleared
False (default value) The textbox is not cleared. (The string set in the Edit.Text property is displayed in the textbox)

Explanation

The ClearText property sets whether or not text, previously added to the image-editing toolbar's textbox, is cleared when the textbox is displayed. When this property is true, the text is cleared from the textbox. When this property is false, the string set in the Edit.Text property appears in the textbox when it is displayed. The default value of the ClearText property is False.

Setting this value

This value can be set at run-time.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation