Dialogs Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all dialog support routines.

Routine Description

Vcl.Dialogs.CreateMessageDialog

Creates a specified message dialog.

Vcl.Dialogs.InputBox

Displays an input dialog box that lets the user enter a string, double, or integer.

Vcl.Dialogs.InputQuery

Displays an input dialog box that lets the user enter a string, double, or integer.

Vcl.Controls.IsAbortResult

Checks the return value from a modal form dialog and indicates whether the user selected Abort or Cancel.

Vcl.Controls.IsAnAllResult

Checks the return value from a modal form dialog and indicates whether the user selected All, Yes to All, or No to All.

Vcl.Controls.IsDragObject

Indicates whether a specified object is a TDragObject descendant.

Vcl.Controls.IsNegativeResult

Checks the return value from a modal form dialog and indicates whether the user selected No or No to All.

Vcl.Controls.IsPositiveResult

Checks the return value from a modal form dialog and indicates whether the user selected Ok, Yes, Yes to All, or All.

Vcl.Controls.IsVCLControl

Controls.IsVCLControl returns true if a control is a VCL control.

Vcl.Dialogs.MessageDlg

Displays a message dialog box in the center of the screen.

Vcl.Dialogs.MessageDlgPos

Displays a message dialog box at the specified screen coordinates.

Vcl.Dialogs.MessageDlgPosHelp

Displays a message dialog box whose help is supplied in a named help file.

Vcl.Dialogs.PromptForFileName

Displays an open or save dialog, where the user can specify a file name.

Vcl.Dialogs.ShowMessage

Displays a message box with an OK button.

Vcl.Dialogs.ShowMessageFmt

Displays a message box with a formatted message.

Vcl.Dialogs.ShowMessagePos

Displays a message box at a specified location.

Vcl.Dialogs.TaskMessageDlg

Displays a message task dialog box in the center of the screen.

Vcl.Dialogs.TaskMessageDlgPos

Displays a message task dialog box at the specified screen coordinates.

Vcl.Dialogs.TaskMessageDlgPosHelp

Displays a message task dialog box whose help is supplied in a named help file.



See Also