[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 937
type TBinaryField = class(TField) |
protected |
class procedure CheckTypeSize(); override; |
function GetAsBytes; override; |
function GetAsString; override; |
function GetAsVariant; override; |
function GetValue(); |
procedure SetAsBytes(); override; |
procedure SetAsString(); override; |
procedure SetVarValue(); override; |
public |
constructor Create(); override; |
published |
property Size: Integer; |
end; |
| |
| |
TObject |