Prototype

TCompletedEvent = procedure(Sender: TObject; aSuccess: boolean) of object;

Description

TCompletedEvent is the function type for an OnComplete event.


aSuccess contains whether the script loaded successfully or not.

See also

TMDCustomControl.OnComplete