API:FMX.Styles.TStyleStreaming.CanLoadFromResource
Delphi
class function CanLoadFromResource(const ResourceName: string; ResourceType: PChar): Boolean; overload;
class function CanLoadFromResource(Instance: HINST; const ResourceName: string; ResourceType: PChar): Boolean; overload;
C++
__classmethod bool __fastcall CanLoadFromResource(const System::UnicodeString ResourceName, System::WideChar * ResourceType)/* overload */;
__classmethod bool __fastcall CanLoadFromResource(System::NativeUInt Instance, const System::UnicodeString ResourceName, System::WideChar * ResourceType)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Styles.pas FMX.Styles.hpp |
FMX.Styles | TStyleStreaming |
Description
Embarcadero Technologies does not currently have any additional information.