Vcl.Themes.TCustomStyleServices

提供: RAD Studio API Documentation
移動先: 案内検索

Vcl.Themes.TAbstractStyleServicesSystem.TObjectTCustomStyleServices

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 のメソッドやプロパティにアクセスします。

関連項目