[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbf_prsdef.pas line 276
type TStringVariable = class(TVariable) |
protected |
function GetFixedLen; override; |
procedure SetFixedLen(); override; |
public |
constructor Create(); |
function LenAsPointer; override; |
function AsPointer; override; |
property FixedLen: Integer; [r] |
end; |
| |
| |
| |
TObject |