Methoden von SHDocVw.IShellNameSpace
From RAD Studio VCL Documentation (German)
Delphi-Informationen
| function Get_EnumOptions(): Integer; | |
| procedure Set_EnumOptions(pgrfEnumFlags: Integer); | |
| function Get_SelectedItem(): IDispatch; | |
| procedure Set_SelectedItem(const pItem: IDispatch); | |
| function Get_Root(): OleVariant; | |
| procedure Set_Root(pvar: OleVariant); | |
| function Get_Depth(): Integer; | |
| procedure Set_Depth(piDepth: Integer); | |
| function Get_Mode(): Cardinal; | |
| procedure Set_Mode(puMode: Cardinal); | |
| function Get_Flags(): Cardinal; | |
| procedure Set_Flags(pdwFlags: Cardinal); | |
| procedure Set_TVFlags(dwFlags: Cardinal); | |
| function Get_TVFlags(): Cardinal; | |
| function Get_Columns(): WideString; | |
| procedure Set_Columns(const bstrColumns: WideString); | |
| function Get_CountViewTypes(): Integer; | |
| procedure SetViewType(iType: Integer); | |
| function SelectedItems(): IDispatch; | |
| procedure Expand(var_: OleVariant; iDepth: Integer); | |
| procedure UnselectAll |
Unit: SHDocVw
Typ: Methode
Sichtbarkeit: public
Member von: IShellNameSpace
C++-Informationen
| virtual long __fastcall Get_EnumOptions(int & __Get_EnumOptions_result); | |
| virtual long __fastcall Set_EnumOptions(int pgrfEnumFlags); | |
| virtual long __fastcall Get_SelectedItem(System::DelphiInterface<IDispatch> & __Get_SelectedItem_result); | |
| virtual long __fastcall Set_SelectedItem(System::DelphiInterface<IDispatch> pItem); | |
| virtual long __fastcall Get_Root(System::OleVariant & __Get_Root_result); | |
| virtual long __fastcall Set_Root(System::OleVariant pvar); | |
| virtual long __fastcall Get_Depth(int & __Get_Depth_result); | |
| virtual long __fastcall Set_Depth(int piDepth); | |
| virtual long __fastcall Get_Mode(unsigned int & __Get_Mode_result); | |
| virtual long __fastcall Set_Mode(unsigned int puMode); | |
| virtual long __fastcall Get_Flags(unsigned int & __Get_Flags_result); | |
| virtual long __fastcall Set_Flags(unsigned int pdwFlags); | |
| virtual long __fastcall Set_TVFlags(unsigned int dwFlags); | |
| virtual long __fastcall Get_TVFlags(unsigned int & __Get_TVFlags_result); | |
| virtual long __fastcall Get_Columns(System::WideString & __Get_Columns_result); | |
| virtual long __fastcall Set_Columns(System::WideString bstrColumns); | |
| virtual long __fastcall Get_CountViewTypes(int & __Get_CountViewTypes_result); | |
| virtual long __fastcall SetViewType(int iType); | |
| virtual long __fastcall SelectedItems(System::DelphiInterface<IDispatch> & __SelectedItems_result); | |
| virtual long __fastcall Expand(System::OleVariant var_, int iDepth); | |
| virtual long __fastcall UnselectAll(void); | |
| int __fastcall _scw_Get_EnumOptions(void); | |
| System::DelphiInterface<IDispatch> __fastcall _scw_Get_SelectedItem(void); | |
| System::OleVariant __fastcall _scw_Get_Root(void); | |
| int __fastcall _scw_Get_Depth(void); | |
| unsigned int __fastcall _scw_Get_Mode(void); | |
| unsigned int __fastcall _scw_Get_Flags(void); | |
| unsigned int __fastcall _scw_Get_TVFlags(void); | |
| System::WideString __fastcall _scw_Get_Columns(void); | |
| int __fastcall _scw_Get_CountViewTypes(void); |
Unit: SHDocVw
Typ: Methode
Sichtbarkeit: public
Member von: IShellNameSpace
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.