SftDirectory 2.5

SftDirectory.TopMostFolderIDL Property

Softel vdm, Inc.

Defines the topmost folder displayed using an absolute ITEMIDLIST.

Syntax       

Get

VB.NET

absoluteIDL = object.TopMostFolderIDL  As String

VB

absoluteIDL = object.TopMostFolderIDL  As String

C#.NET

string absoluteIDL = object.TopMostFolderIDL;

VC++

_bstr_t absoluteIDL = object->TopMostFolderIDL;
_bstr_t absoluteIDL = object->GetTopMostFolderIDL();

C

HRESULT object->get_TopMostFolderIDL(BSTR* absoluteIDL);

Delphi

absoluteIDL := object.TopMostFolderIDL   : WideString;

Put

VB.NET

object.TopMostFolderIDL = absoluteIDL  As String

VB

object.TopMostFolderIDL = absoluteIDL  As String

C#.NET

string object.TopMostFolderIDL = absoluteIDL;

VC++

_bstr_t object->TopMostFolderIDL = absoluteIDL;
void object->PutTopMostFolderIDL(_bstr_t absoluteIDL);

C

HRESULT object->put_TopMostFolderIDL(BSTR absoluteIDL);

Delphi

object.TopMostFolderIDL := absoluteIDL   : WideString;

object

A SftDirectory object.

absoluteIDL

Defines the topmost folder displayed using an absolute ITEMIDLIST.

Comments

The TopMostFolderIDL property defines the topmost folder displayed using an absolute ITEMIDLIST.

The control's contents are loaded and displayed using the absolute ITEMIDLIST.

ITEMIDLIST structures are typically used when communicating with the Windows Shell.  For detailed information about the ITEMIDLIST structure and its use, please see Microsoft's Windows documentation.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com