[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwacmnquery.pas line 212
type IPersistQuery = interface(IPersist) |
function WriteString(); |
function ReadString(); |
function WriteInt(); |
function ReadInt(); |
function WriteStruct(); |
function ReadStruct(); |
function Clear; |
end; |
| |
| |
IInterface |