JVCL Help:TJvCplInfo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCplInfo type
[+] JvWinDialogs.pas Records
[+] TJvCplInfo Fields
Search in JVCL Help
Search in all projectsSummary
Contains information and an application-defined value for a dialog box supported by a Control Panel application.
Pascal
run\JvWinDialogs.pas
TJvCplInfo = record
Icon: TIcon;
Name: string;
Info: string;
lData: Longint;
end;
Members
Members | Description |
Icon: TIcon; | The icon that represents the dialog box. |
Name: string; | This name is intended to be displayed below the icon. |
Info: string; | The description for the dialog box that is intended to be displayed when the application icon is selected. |
lData: Longint; | When the Control Panel sends the CPL_DBLCLK and CPL_STOP messages, it passes this value back to your application. |
Description
The TJvCplInfo record type contains information about a dialog box supported by a Control Panel application. Use the AppletInfo property of a TJvAppletDialog component to retrieve such a record.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page