[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 1831
type IADsClass = interface(IADs) |
function Get_PrimaryInterface; |
function Get_CLSID; |
procedure Set_CLSID(); |
function Get_OID; |
procedure Set_OID(); |
function Get_Abstract; |
procedure Set_Abstract(); |
function Get_Auxiliary; |
procedure Set_Auxiliary(); |
function Get_MandatoryProperties; |
procedure Set_MandatoryProperties(); |
function Get_OptionalProperties; |
procedure Set_OptionalProperties(); |
function Get_NamingProperties; |
procedure Set_NamingProperties(); |
function Get_DerivedFrom; |
procedure Set_DerivedFrom(); |
function Get_AuxDerivedFrom; |
procedure Set_AuxDerivedFrom(); |
function Get_PossibleSuperiors; |
procedure Set_PossibleSuperiors(); |
function Get_Containment; |
procedure Set_Containment(); |
function Get_Container; |
procedure Set_Container(); |
function Get_HelpFileName; |
procedure Set_HelpFileName(); |
function Get_HelpFileContext; |
procedure Set_HelpFileContext(); |
function Qualifiers; |
property PrimaryInterface: WideString; [r] |
property CLSID: WideString; [rw] |
property OID: WideString; [rw] |
property Abstract: WordBool; [rw] |
property Auxiliary: WordBool; [rw] |
property MandatoryProperties: OleVariant; [rw] |
property OptionalProperties: OleVariant; [rw] |
property NamingProperties: OleVariant; [rw] |
property DerivedFrom: OleVariant; [rw] |
property AuxDerivedFrom: OleVariant; [rw] |
property PossibleSuperiors: OleVariant; [rw] |
property Containment: OleVariant; [rw] |
property Container: WordBool; [rw] |
property HelpFileName: WideString; [rw] |
property HelpFileContext: Integer; [rw] |
end; |
| |
| |
IInterface |