Description | Hierarchy | Fields | Methods | Properties |
type TBProperty = class(TCustomProperty)
TBProperty
represents an boolean value.
![]() |
FBValue: boolean; |
![]() |
function GetBValue: boolean; override; |
![]() |
procedure SetBValue(const Value: boolean); override; |
![]() |
procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override; |
![]() |
function DataType: TPropertyType; override; |
![]() |
function IsIdentical(AProperty: TCustomProperty): boolean; override; |
![]() |
FBValue: boolean; |
|
![]() |
function GetBValue: boolean; override; |
See BValue. |
![]() |
procedure SetBValue(const Value: boolean); override; |
See BValue. |
![]() |
procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override; |
|
![]() |
function DataType: TPropertyType; override; |
|
![]() |
function IsIdentical(AProperty: TCustomProperty): boolean; override; |
|