suite4.net.FormDatabase Documentation

IForm Methods

The methods of the IForm interface are listed below. For a complete list of IForm interface members, see the IForm Members topic.

Public Instance Methods

DeserializeDataSourceFromSwfXml Deserializes a business object from an XML string. The method takes an existing business object instance and an XML string and updates the business object with the values stored in the XML string.
SerializeDataSourceToSwfXml Serializes a business object instance to an XML string. The XML is processed by the WebLoader component to display the business object's values in a Macromedia Flash form.
SerializeToSwfXml Overloaded. Serializes the current IForm, an instance of a business object and a WebLoaderAlert to an XML string. The XML is processed by the WebLoader component to dynamically draw a form and display the business object's values in a Macromedia Flash form.
SetComponentValue Sets the value of a designated property of a component contained in the IForm.

See Also

IForm Interface | suite4.net.FormDatabase Namespace