EhLib
|
Specifies the text string that is displayed in the edit box.
property Text: String;
Use the Text property to read the text of the edit box or specify a new string for the Text value. By default, Text is the string specified in the Name property.
When control is in data-aware mode text represent the field value (TField.Text), you can read Text property to get TField.Text property or specify a new string for the Text value to write new value to the field.
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|