DropForm

Description

The DropForm class implements the DropForm development environment component that is used to create drop-down forms.

Properties inherited from IDropForm

  Property name Brief description
AnimationType The AnimationType property determines the animation type that is used when the form is expanded.
DropHeight The DropHeight property determines height of the area, in which the drop-down form is displayed.
DropWidth The DropWidth property determines width of the area, in which the drop-down form is displayed.
Form The Form property returns parameters of the drop-down form.
MetabaseObject The MetabaseObject property determines an identifier of the repository form that should be used as the drop-down form.
Parent The Parent property determines a parent form for the component.
SizeGrip The SizeGrip property determines whether component displays the window resize button.

Properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components located on the parent component.
Components The Components property returns the child component, which index is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property determines a component name.
Tag The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes.

Methods inherited from IDropForm

  Method name Brief description
DropDown The DropDown method drops down the form.
RollUp The RollUp method rolls up the drop-down form.

Events

  Event name Brief description
OnDropDown The OnDropDown event occurs when a drop-down form expands.
OnRollUp The OnRollUp event occurs when a drop-down form collapses.

See also:

Forms Assembly Classes