TTMSFNCUtils.LoadFile Method
Loads file data and invokes a completion callback.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class procedure LoadFile(const AFile: TTMSFNCUtilsLoadFile; const ALoadFileComplete: TTMSFNCUtilsLoadFileCompleteEvent);
Parameters
| Name | Description |
|---|---|
AFile |
File reference to load. |
ALoadFileComplete |
Callback invoked with the loaded file data. |