Dialogs Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all dialog support routines.

Member Description

Dialogs.CreateMessageDialog

Creates a specified message dialog.

Dialogs.InputBox

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

Dialogs.InputQuery

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

Controls.IsAbortResult

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

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.

Controls.IsDragObject

Indicates whether a specified object is a TDragObject descendant.

Controls.IsNegativeResult

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

Controls.IsPositiveResult

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

Controls.IsVCLControl

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

Dialogs.MessageDlg

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

Dialogs.MessageDlgPos

Displays a message dialog box at the specified screen coordinates.

Dialogs.MessageDlgPosHelp

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

Dialogs.PromptForFileName

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

Dialogs.ShowMessage

Displays a message box with an OK button.

Dialogs.ShowMessageFmt

Displays a message box with a formatted message.

Dialogs.ShowMessagePos

Displays a message box at a specified location.

Dialogs.TaskMessageDlg

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

Dialogs.TaskMessageDlgPos

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

Dialogs.TaskMessageDlgPosHelp

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



See Also

Personal tools
Newest Version: XE
In other languages