ArcFM Engine Developer Guide
OnAddString Method


Syntax
'Declaration
 
<DispIdAttribute(1610743808)>
Sub OnAddString( _
   ByVal lpstr As Integer, _
   ByVal fUnicode As Boolean _
) 
'Usage
 
Dim instance As ListBoxNotification
Dim lpstr As Integer
Dim fUnicode As Boolean
 
instance.OnAddString(lpstr, fUnicode)
[DispId(1610743808)]
void OnAddString( 
   int lpstr,
   bool fUnicode
)

Parameters

lpstr
fUnicode
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ListBoxNotification Interface
ListBoxNotification Members

 

 


Send Comment