Vcl.Controls.TMargins.SetControlBounds

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

Delphi

procedure SetControlBounds(ALeft, ATop, AWidth, AHeight: Integer; Aligning: Boolean = False); overload;
procedure SetControlBounds(const ARect: TRect; Aligning: Boolean = False); overload;

C++

void __fastcall SetControlBounds(int ALeft, int ATop, int AWidth, int AHeight, bool Aligning = false)/* overload */;
void __fastcall SetControlBounds(const System::Types::TRect &ARect, bool Aligning = false)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

説明

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