Vcl.ComCtrls.TTextAttributes

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

System.Classes.TPersistentSystem.TObjectTTextAttributes

Delphi

TTextAttributes = class(TPersistent)

C++

class PASCALIMPLEMENTATION TTextAttributes : public System::Classes::TPersistent

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

TTextAttributes は,書式付き編集コントロールの選択した範囲のフォント属性を表します。

TTextAttributes オブジェクトには,書式付き編集コントロールのテキストのフォント属性を表すたくさんのプロパティがあります。TTextAttributes オブジェクトの用途は,TCustomRichEdit の下位オブジェクトを作れるようにし,デフォルトのテキスト属性(DefAttributes プロパティ)や,選択したテキストの属性(SelAttributes プロパティ)を読み書きできるようにすることです。TTextAttributes オブジェクトは,TCustomRichEdit の下位オブジェクトに属していない限り,そのプロパティは使用できません。

TTextAttributes オブジェクトが表すフォント属性のほとんどは,TFont オブジェクトの同名のプロパティと同じです。テキストの属性にフォントを適用したり,テキストに適用されているフォントを取得したりできます。

関連項目