[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppromise.pp line 62
type TFPPromise = class(TFPPromiseBase) |
protected |
procedure ExecuteStep(); override; |
public |
constructor Create(); |
destructor Destroy; override; |
class function New(); |
function ThenDo(); |
function Catch(); |
function FinallyDo(); |
end; |
| | |
| | |
TObject |