API:FMX.Objects.TCalloutRectangle.SetSides

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

Delphi

procedure SetSides(const Value: TSides); override;

C++

virtual void __fastcall SetSides(const Fmx::Types::TSides Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

説明

Sides プロパティの設定メソッドです。

FMX.Objects.TCalloutRectangle.SetSides は FMX.Objects.TRectangle.SetSides を継承しています。以下の内容はすべて FMX.Objects.TRectangle.SetSides を参照しています。

Sides プロパティの設定メソッドです。

Value は、TSide 型で定義された次の定数のセットです: TopLeftBottomRight

関連項目