CtlPanel.TNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

begin
if Assigned(FOnInit) then
FOnInit(Self, AppInitOK);
TNotifyEvent = procedure(Sender: TObject) of object;

Properties

Type Visibility Source Unit Parent
type public CtlPanel.pas CtlPanel CtlPanel

Description

Embarcadero Technologies does not currently have any additional information.