This document is archived and information here might be outdated. Recommended version. |
Returns the html as text that can be used in popups.
[Visual Basic .NET] Public Function QueryHTMLPopups ( _ ByVal MapName As String, _ ByVal TableID As Integer, _ ByVal pRowIDs As ILongArray _ ) As IStringArray
[C#] public IStringArray QueryHTMLPopups ( string MapName, int TableID, ILongArray pRowIDs );
[C++]
HRESULT QueryHTMLPopups(
BSTR MapName,
long TableID,
ILongArray* pRowIDs
);
[C++] Parameters MapName [in]
MapName is a parameter of type BSTR TableID [in]
TableID is a parameter of type long pRowIDs [in]
pRowIDs is a parameter of type ILongArray*