ISProfileForm.ReadDataFromControls

Description

This function returns the result of the forced data copying from the controls into the HRIs of the form.

Syntax

object.ReadDataFromControls()

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface

Return Value

bool

Returns the result of the forced data copying from the controls into the HRIs of the form.

Example

Make the forced data copying from the controls into the HRIs of the form.

Dim aForm

Set aForm = Profile.Form
aForm.ReadDataFromControls  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0