ShellBrowser Delphi Components Documentation
|
IFuture<TResult> = interface;
This interface gives access to the result of an asynchronous operation.
|
Name |
Description |
![]() |
Getter for the Status property. | |
![]() |
Returns the result. | |
![]() |
Tries to access the result and waits for completion a certain time. |
|
Name |
Description |
![]() ![]() |
Returns that status of the future, test against TTaskStatus.Completed to check if a valid vlaue is available. | |
![]() ![]() |
Gives access to the result and waits until it is ready. |