IASForm::RemoveAll

This method removes all controls from a form.

Syntax

HRESULT RemoveAll( void );

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

IASForm::RemoveAll calls IASControl::Close for each of the controls on the form.

See Also

IASControl::Close