Data.DB.TFMTBCDField.GetDefaultWidth
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFMTBCDField |
Delphi
function GetDefaultWidth: Integer; override;
C++
virtual int __fastcall GetDefaultWidth();
Description
Returns the field's default width.
GetDefaultWidth returns the field's default width. If the field precision is greater than zero, the default width is precision + 1.