[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 4122
type IADsDNWithString = interface(IDispatch) |
function Get_StringValue; |
procedure Set_StringValue(); |
function Get_DNString; |
procedure Set_DNString(); |
property StringValue: WideString; [rw] |
property DNString: WideString; [rw] |
end; |
| |
IInterface |