suite4.net.FormDatabase Documentation

LoaderForm Constructor (IForm, Object)

Creates a new LoaderForm instance using the specified IForm and data source.

[Visual Basic]
Overloads Public Sub New( _
   ByVal memberForm As IForm, _
   ByVal dataSource As Object _
)
[C#]
public LoaderForm(
   IForm memberForm,
   object dataSource
);

Parameters

memberForm
The IForm to be loaded into the form.
dataSource
The data source (business object) to be bound to the controls of the IForm specified in the form parameter.

See Also

LoaderForm Class | suite4.net.FormDatabase Namespace | LoaderForm Constructor Overload List