Data.DB.TBCDField.GetDefaultWidth

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

Delphi

function GetDefaultWidth: Integer; override;

C++

virtual int __fastcall GetDefaultWidth();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TBCDField

説明

フィールドのデフォルト幅を返します。

GetDefaultWidth を呼び出して、フィールドのデフォルトの幅を取得します。 精度(Precision)が 0 以上の場合、GetDefaultWidthPrecision + 1 を返します。そうでなければ、10(TField のデフォルト幅)を返します。

関連項目