Data.DB.TBooleanField.GetDefaultWidth
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TBooleanField |
Delphi
function GetDefaultWidth: Integer; override;
C++
virtual int __fastcall GetDefaultWidth();
Description
Returns the number of characters required to represent a field's Boolean value as a string.
The GetDefaultWidth method returns the number of characters required to represent a field's Boolean value as a string.
For example, if a Boolean field has a value of True, GetDefaultWidth returns 4.