[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 1528
type IADsPropertyEntry = interface(IDispatch) |
procedure Clear; |
function Get_Name; |
procedure Set_Name(); |
function Get_ADsType; |
procedure Set_ADsType(); |
function Get_ControlCode; |
procedure Set_ControlCode(); |
function Get_Values; |
procedure Set_Values(); |
property Name: WideString; [rw] |
property ADsType: Integer; [rw] |
property ControlCode: Integer; [rw] |
property Values: OleVariant; [rw] |
end; |
| |
IInterface |