PlatformAPI.IProjectPlatformInitialize
Delphi
IProjectPlatformInitialize = interface
C++
__interface INTERFACE_UUID("{4618AD84-CF6D-40A7-8C2B-B04F3554AD78}") IProjectPlatformInitialize : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Description
You can implement the IProjectPlatformInitialize interface in a custom platform class so that the IDE calls your InitializeProject implementation when a user adds your custom platform to a project (IOTAProject).