Discuss this help topic in SecureBlackbox Forum
Contains the text to be displayed.
Declaration
[VB.NET]
Property Text As String
[Pascal]
property Text : string;
[C++]
void get_Text(std::string &OutResult);
void set_Text(const std::string &Value);
[PHP]
string get_Text()
void set_Text(string $Value)
[Java]
String getText();
void setText(String Value);
Description
Use this property to specify the text of the entry.
Discuss this help topic in SecureBlackbox Forum