[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3810
type IADsTimestamp = interface(IDispatch) |
function Get_WholeSeconds; |
procedure Set_WholeSeconds(); |
function Get_EventID; |
procedure Set_EventID(); |
property WholeSeconds: Integer; [rw] |
property EventID: Integer; [rw] |
end; |
| |
IInterface |