インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Dialog Subroutine: Sets the title of a dialog box.
CALL DLGSETTITLE (dlg,title)
dlg |
(Input) Derived type dialog. Contains dialog box parameters. The components of the type dialog are defined with the PRIVATE attribute, and cannot be changed or individually accessed by the user. |
title |
(Input) Character*(*). Specifies text to be the title of the dialog box. |