SetDialogString method (LEADDlgService Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int SetDialogString(unsigned uIndex, AnsiString strDlgString);

Delphi Syntax

Function SetDialogString (uIndex: L_UINT32; strDlgString: String ): L_INT;

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Sets the new string for the specified index in order to change the dialog’s strings.

To retrieve the string at a specific index, use the GetDialogString method.

See Also

Elements:

GetDialogString method, DialogsFont property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events