API:FMX.Controls.Presentation.TFindStyleResourceInfo
Delphi
TFindStyleResourceInfo = record
Clone: Boolean;
ResourceName: string;
Resource: TFmxObject;
end;
C++
struct DECLSPEC_DRECORD TFindStyleResourceInfo
{
public:
bool Clone;
System::UnicodeString ResourceName;
Fmx::Types::TFmxObject* Resource;
};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
record struct |
public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | FMX.Controls.Presentation |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。