[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msedb.pas line 1299
type idscontroller = interface(iactivatorclient) |
procedure inheriteddataevent(); |
procedure inheritedcancel; |
procedure inheritedpost; |
procedure inheritedinsert; |
procedure inheriteddelete; |
function inheritedmoveby(); |
procedure inheritedinternalinsert; |
procedure inheritedinternalopen; |
procedure inheritedinternalclose; |
procedure openlocal; |
procedure inheritedinternaldelete; |
function getblobdatasize; |
function getnumboolean; |
function getfloatdate; |
function getint64currency; |
function getfiltereditkind; |
procedure beginfilteredit(); |
procedure endfilteredit; |
procedure clearfilter; |
procedure begindisplaydata; |
procedure enddisplaydata; |
function getrestorerecno; |
procedure setrestorerecno(); |
property restorerecno: Boolean; [rw] |
function islastrecord; |
function updatesortfield(); |
function getsavepointoptions; |
end; |