[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 1924
type IADsProperty = interface(IADs) |
function Get_OID; |
procedure Set_OID(); |
function Get_Syntax; |
procedure Set_Syntax(); |
function Get_MaxRange; |
procedure Set_MaxRange(); |
function Get_MinRange; |
procedure Set_MinRange(); |
function Get_MultiValued; |
procedure Set_MultiValued(); |
function Qualifiers; |
property OID: WideString; [rw] |
property Syntax: WideString; [rw] |
property MaxRange: Integer; [rw] |
property MinRange: Integer; [rw] |
property MultiValued: WordBool; [rw] |
end; |
| |
| |
IInterface |