[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbf_prsdef.pas line 233
type TBooleanConstant = class(TConstant) |
public |
constructor Create(); |
function AsPointer; override; |
property Value: Boolean; [rw] |
end; |
| |
| |
| |
TObject |