[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3887
type IADsTypedName = interface(IDispatch) |
function Get_ObjectName; |
procedure Set_ObjectName(); |
function Get_Level; |
procedure Set_Level(); |
function Get_Interval; |
procedure Set_Interval(); |
property ObjectName: WideString; [rw] |
property Level: Integer; [rw] |
property Interval: Integer; [rw] |
end; |
| |
IInterface |