FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.Prompt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Prompt: String read GetPrompt write SetPrompt stored IsPS;

C++

__property System::UnicodeString Prompt = {read=GetPrompt, write=SetPrompt, stored=IsPS};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxAsyncExecuteDialog

Description

Specifies the dialog prompt.

Use the Prompt property to specify the dialog prompt.

See Also