[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 4094
type IADsDNWithBinary = interface(IDispatch) |
function Get_BinaryValue; |
procedure Set_BinaryValue(); |
function Get_DNString; |
procedure Set_DNString(); |
property BinaryValue: OleVariant; [rw] |
property DNString: WideString; [rw] |
end; |
| |
IInterface |