formhook OnCaptionChanged event
Return to Introduction  Previous page  Next page
Applies to
acFormHook component.  

Declaration
property OnCaptionChanged: TNotifyEvent;  

Description
The OnCaptionChanged event occurs when the text on the tile bar of form is changed.  

Example
procedure TForm1.acFormHook1CaptionChanged(Sender: TObject);  
begin  
  Label1.Caption := Caption; // Form1.Caption  
end;