RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileOpenWith.BeforeExecute Event

Occurs immediately before the dialog appears.

Pascal
property BeforeExecute: TNotifyEvent;
C++
__property TNotifyEvent BeforeExecute;

Write a BeforeExecute event handler to initialize the dialog immediately before it executes. When the action fires, it generates a BeforeExecute event, and then executes its associated dialog. 

 

ExecuteTarget 

Execute 

PropertyName

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!