Fmx.Bind.Navigator.TCustomBindNavigator.CalcMinSize

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

Delphi

procedure CalcMinSize(var W, H: single);

C++

void __fastcall CalcMinSize(float &W, float &H);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TCustomBindNavigator

説明

VisibleButtons を基に、バインディング データベース ナビゲータの幅や高さの最小値を計算するために、内部的に使用されます。

関連項目