[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3515
type IADsLargeInteger = interface(IDispatch) |
function Get_HighPart; |
procedure Set_HighPart(); |
function Get_LowPart; |
procedure Set_LowPart(); |
property HighPart: Integer; [rw] |
property LowPart: Integer; [rw] |
end; |
| |
IInterface |