OnChecked event<br/>property TOgProtectExe.OnChecked : TCheckedExeEvent<br/>TCheckedExeEvent = procedure(Sender : TObject; Status : TExeStatus) of object;

From TurboPack OnGuard FMX

OnChecked event

property TOgProtectExe.OnChecked : TCheckedExeEvent

TCheckedExeEvent = procedure(Sender : TObject; Status : TExeStatus) of object;

Navigation:  »No topics above this level«

OnChecked event

property TOgProtectExe.OnChecked : TCheckedExeEvent

TCheckedExeEvent = procedure(Sender : TObject; Status : TExeStatus) of object;

Return to chapter overview

_bm1                OnChecked defines an event handler that is called after the executable is checked.

Sender is the instance of the release code component. Status is the value returned by a call to CheckExe.

See also: CheckExe