Controls
To use Dialogue form controls in a report place a TfrxDialogControls
component from the FastReport component palette on the Delphi project form. Alternatively add "frxDCtrl" to the “Uses” list. The following controls then become available for use in the report:
Element | Name | Description |
---|---|---|
![]() |
TfrxLabelControl | control for displaying fixed texts on the dialogue form |
![]() |
TfrxEditControl | control for entering text using the keyboard |
![]() |
TfrxMemoControl | control for entering multiple lines of text using the keyboard |
![]() |
TfrxButtonControl | control representing a button |
![]() |
TfrxCheckBoxControl | control representing a flag, having two states - enabled or disabled; has an adjacent label |
![]() |
TfrxRadioButtonControl | control representing a radio button. There must be more than one radio button control on the form |
![]() |
TfrxListBoxControl | control representing a list of items from which one can be selected |
![]() |
TfrxComboBoxControl | control representing a drop-down list of items from which one can be selected |
![]() |
TfrxDateEditControl | control representing a field with a drop-down calendar for date entry |
![]() |
TfrxGroupBoxControl | control representing a labelled box that can contain other objects |
![]() |
TfrxPanelControl | control representing a panel which can contain other objects |
![]() |
TfrxBitBtnControl | control representing a button containing a picture |
![]() |
TfrxSpeedButtonControl | control representing a speed button containing a picture |
![]() |
TfrxMaskEditControl | control for entering text using the keyboard and conforming to a template |
![]() |
TfrxCheckListBoxControl | control representing a list of items, selected by means of a checkbox |
![]() |
TfrxBevelControl | control used for showing lines and frames on the form |
![]() |
TfrxImageControl | control representing a picture in “BMP”, “ICO”, “WMF” or “EMF” format |
All the controls are similar to those used in Delphi. See the FastReport component help for information on the properties, events and methods of each control.