[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msedb.pas line 1225
type tpersistentfields = class(tpersistentarrayprop, ipersistentfieldsinfo) |
public |
constructor create(); |
class function getitemclasstype; override; |
procedure move(); override; |
procedure updateorder; |
function getfieldnames; |
property dataset: tdataset; [r] |
property items []: tfield; default; [rw] |
end; |
| |
| |
| |
tpersistent |
? |
TObject |