Responder Developer Guide
Initialize Method (ConfirmDeleteForm)


Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal table As DataTable, _
   ByVal dialogCaption As String, _
   ByVal gridCaption As String, _
   ByVal sort As String, _
   ByVal config As DataSetConfig, _
   ByVal rowStyle As ControlStyle _
) 
'Usage
 
Dim instance As ConfirmDeleteForm
Dim table As DataTable
Dim dialogCaption As String
Dim gridCaption As String
Dim sort As String
Dim config As DataSetConfig
Dim rowStyle As ControlStyle
 
instance.Initialize(table, dialogCaption, gridCaption, sort, config, rowStyle)
public void Initialize( 
   DataTable table,
   string dialogCaption,
   string gridCaption,
   string sort,
   DataSetConfig config,
   ControlStyle rowStyle
)

Parameters

table
dialogCaption
gridCaption
sort
config
rowStyle
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

ConfirmDeleteForm Class
ConfirmDeleteForm Members

 

 


Send Comment