Returns the DPLForm instance with the given name. The name is determined at configuration time from the form's configuration element.
[Visual Basic] Public Function GetForm( _ ByVal name As String _ ) As DPLForm [C#] public DPLForm GetForm( string name ); [C++] public: DPLForm* GetForm( String* name ); [JScript] public function GetForm( String name ): DPLForm;
DPLConfig Class | Portrate.Interview.Model Namespace