service FormComponent in module com::sun::star::form::

(Global Index)

Syntax

service FormComponent;

Description

specifies a component which can be part of a form.

See also

FormControlModel

See also

Form

Exported Interfaces

com::sun::star::form::XFormComponent

Description

identifies the component as a candidate for being part of a form. It provides the access to the component's parent.


com::sun::star::lang::XComponent

Description

Each component must be disposable.


com::sun::star::container::XNamed

Description

Each FormComponent must supply a name for identification.


com::sun::star::beans::XPropertySet

Description

gives access to the properties.


com::sun::star::io::XPersistObject

Description

Each FormComponent must be able to be stored.


Property Summary

Name the name of the component.

Property Details



Name

Syntax

string Name;

Description

the name of the component.

Top of Page