JVCL Help:TJvDBGrid.OnCheckButton

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a title button is clicked.


Pascal

 TCheckTitleBtnEvent = procedure (Sender: TObject; ACol: Longint; Field: TField; var Enabled: Boolean) ofobject;
propertyOnCheckButton: TCheckTitleBtnEvent;


Parameters

Parameters Description
Field The field of the cell.
Enabled Indicates if the button should be enabled or not.
Sender The grid that triggered the event.
ACol The index of the column.


Description

Write a handler for this event to conditionally enable and disable title button clicks. Set Enabled to true (the default) to enable clicking the title button, set Enabled to false to disable clicking.


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