PromptTitle Property
The title of the prompt window.
Syntax
__property String PromptTitle = {read=FPromptTitle, write=FSetPromptTitle, default=""};
Default Value
""
Remarks
This property specifies the title of the prompt dialog if PromptUser is True. The default value is empty string.
Data Type
String