ArcFM Responder Mobile Developer Guide
SetLockOnPaste Method (IMMLockingOnPaste)






Syntax
'Declaration
 
Function SetLockOnPaste( _
   ByVal pListItem As ID8ListItem _
) As System.Boolean
'Usage
 
Dim instance As IMMLockingOnPaste
Dim pListItem As ID8ListItem
Dim value As System.Boolean
 
value = instance.SetLockOnPaste(pListItem)
System.bool SetLockOnPaste( 
   ID8ListItem pListItem
)
function SetLockOnPaste( 
    pListItem: ID8ListItem
): System.Boolean; 
function SetLockOnPaste( 
   pListItem : ID8ListItem
) : System.boolean;
System.bool SetLockOnPaste( 
   ID8ListItem* pListItem
) 
System.bool SetLockOnPaste( 
   ID8ListItem^ pListItem
) 

Parameters

pListItem
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMLockingOnPaste Interface
IMMLockingOnPaste Members

Send Feedback