IDropForm

Description

The IDropForm interface contains properties and methods of the development environment component - DropForm.

Properties

  Property name Brief description
AnimationType The AnimationType property determines 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 identifier of the repository form that is used as a drop-down form.
Parent The Parent property determines parent form for the component.
SizeGrip The SizeGrip property determines whether component displays the button of window sizes changing.

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 child property, the index of which is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property specifies the component name.
Tag The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes.

Methods

  Method name Brief description
DropDown The DropDown method expands a form.
RollUp The RollUp method rolls up a drop-down form.

See also:

Forms Assembly Interfaces