Data.DB.TLargeUIntField.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 TLargeUIntField

説明

フィールドのデフォルト幅を返します。 Data.DB.TLargeUIntField.GetDefaultWidth は Data.DB.TField.GetDefaultWidth を継承しています。以下の内容はすべて Data.DB.TField.GetDefaultWidth を参照しています。

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

GetDefaultWidth を呼び出して、フィールドのデフォルトの幅を取得します。 Data.DB.TField に対して GetDefaultWidth を呼び出すと、10 を返します。

関連項目