API:FMX.TextLayout.TTextAttribute.Create

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

Delphi

constructor Create(const AFont: TFont;  AColor : TAlphaColor); overload;
constructor Create(const AExisting: TTextAttribute;  const ANewFont: TFont); overload;
constructor Create(const AExisting: TTextAttribute;  ANewColor: TAlphaColor); overload;

C++

__fastcall TTextAttribute(Fmx::Graphics::TFont* const AFont, System::Uitypes::TAlphaColor AColor)/* overload */;
__fastcall TTextAttribute(const TTextAttribute &AExisting, Fmx::Graphics::TFont* const ANewFont)/* overload */;
__fastcall TTextAttribute(const TTextAttribute &AExisting, System::Uitypes::TAlphaColor ANewColor)/* overload */;
TTextAttribute() {}

プロパティ

種類 可視性 ソース ユニット
constructor public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextAttribute

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。