JVCL Help:TJvTFDays.OnBeginEdit

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

Search in JVCL Help

 
Search in all projects
 

Summary

Write here a summary (1 line)


Pascal

 TJvTFBeginEditEvent = procedure (Sender: TObject; Appt: TJvTFAppt; var AllowEdit: Boolean) ofobject;
propertyOnBeginEdit: TJvTFBeginEditEvent;


Parameters

Parameters Description
AllowEdit Change to false to prevent the editing of the appointment.
Appt The appointment that is about to be edited.
Sender The TJvTFDays component that called the event.


Description

This event is fired immediately before an appointment is about to be edited with the in-place editor. You can set the AllowEdit parameter to False to prevent the appointment from being edited.


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