JVCL Help:TJvCplInfo

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Contains information and an application-defined value for a dialog box supported by a Control Panel application.

run\JvWinDialogs.pas


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.

run\JvWinDialogs.pas


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.

run\JvWinDialogs.pas


About

Navigation

run\JvWinDialogs.pas



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