C-DEngine 5.105

TheFormInfo Constructor (Guid, String, String, String, String, String)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TheFormInfo(
	Guid pKey,
	string pOwner,
	string pTitle,
	string pDataSource,
	string pAddButton,
	string pAddTemplate
)
Public Sub New ( _
	pKey As Guid, _
	pOwner As String, _
	pTitle As String, _
	pDataSource As String, _
	pAddButton As String, _
	pAddTemplate As String _
)
public:
TheFormInfo(
	Guid^ pKey, 
	String^ pOwner, 
	String^ pTitle, 
	String^ pDataSource, 
	String^ pAddButton, 
	String^ pAddTemplate
)

Parameters

pKey
Type: Guid
pOwner
Type: String
pTitle
Type: String
pDataSource
Type: String
pAddButton
Type: String
pAddTemplate
Type: String