Vcl.Themes.TCustomStyleServices
Delphi
TCustomStyleServices = class(TAbstractStyleServices)
C++
class PASCALIMPLEMENTATION TCustomStyleServices : public TAbstractStyleServices
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
説明
TCustomStyleServices は、スタイル機能にアクセスできるようにするクラスです。
TCustomStyleServices のメソッドやプロパティを使用すると、スタイルに関する情報を取得したり、カスタム コントロールの描画を実行することができます。
TCustomStyleServices をインスタンス化しないでください。その代わり、StyleServices 関数を呼び出して、TCustomStyleServices のメソッドやプロパティにアクセスします。