Class TBinaryField
Unit
Declaration
type TBinaryField = class(TField)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- TField
- TBinaryField
Overview
Methods
| Protected | class procedure CheckTypeSize(AValue: Longint); override; |
| Protected | function GetAsBytes: TBytes; override; |
| Protected | function GetAsString: string; override; |
| Protected | function GetAsVariant: Variant; override; |
| Protected | procedure GetText(var TheText: string; ADisplayText: Boolean); override; |
| Protected | procedure SetAsBytes(const AValue: TBytes); override; |
| Protected | procedure SetAsString(const AValue: string); override; |
| Protected | procedure SetText(const AValue: string); override; |
| Protected | procedure SetVarValue(const AValue: Variant); override; |
| Public | constructor Create(AOwner: TComponent); override; |
Properties
| Published | property Size default 16; |
Description
Methods
| Protected | class procedure CheckTypeSize(AValue: Longint); override; |
|
This item has no description. | |
| Protected | function GetAsBytes: TBytes; override; |
|
This item has no description. | |
| Protected | function GetAsString: string; override; |
|
This item has no description. | |
| Protected | function GetAsVariant: Variant; override; |
|
This item has no description. | |
| Protected | procedure GetText(var TheText: string; ADisplayText: Boolean); override; |
|
This item has no description. | |
| Protected | procedure SetAsBytes(const AValue: TBytes); override; |
|
This item has no description. | |
| Protected | procedure SetAsString(const AValue: string); override; |
|
This item has no description. | |
| Protected | procedure SetText(const AValue: string); override; |
|
This item has no description. | |
| Protected | procedure SetVarValue(const AValue: Variant); override; |
|
This item has no description. | |
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
Properties
| Published | property Size default 16; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.