FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.Prompt

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxAsyncExecuteDialog

Delphi

property Prompt: String read GetPrompt write SetPrompt stored IsPS;

C++

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

Description

Specifies the dialog prompt.

Use the Prompt property to specify the dialog prompt.

See Also