JVCL Help:TJvLookOutEditedEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event that occurs when a user has changed the caption of a page or a button in a TJvLookOut at runtime.

run\JvLookOut.pas


Pascal

 run\JvLookOut.pas
 TJvLookOutEditedEvent = procedure (Sender: TObject; var Caption: string) ofobject;


Parameters

Parameters Description
Sender The object that called the event.
Caption The new caption for the object. Change the value of Caption to discard or modify the value entered by the user.

run\JvLookOut.pas


Description

TJvLookOutEditedEvent is the event type of the OnEdited event for TJvCustomLookOutButton and TJvOutlookPage.

run\JvLookOut.pas


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