Prototype

property OnCompleted: TCompletedEvent read FOnCompleted write FOnCompleted;

Description

Occurs when the document has finish loading, even in case of error. aSuccess indicates whether loading was successful.


Note: Images that need to be downloaded from the Internet are downloaded asynchronously and may not be ready yet when this event fires.