object FViewItems: TFViewItems Width = 676 Height = 480 CSSLibrary = cssBootstrap ElementFont = efCSS Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False OnCreate = WebFormCreate object lblEntries: TWebLabel Left = 0 Top = 336 Width = 77 Height = 13 Caption = 'Showing 0 of ...' ElementID = 'lblentries' ElementFont = efCSS HeightStyle = ssAuto HeightPercent = 100.000000000000000000 WidthPercent = 100.000000000000000000 end object wcbPageSize: TWebComboBox Left = 0 Top = 0 Width = 145 Height = 21 ElementClassName = 'custom-select' ElementID = 'wcbpagesize' ElementFont = efCSS HeightStyle = ssAuto HeightPercent = 100.000000000000000000 Text = '10' WidthPercent = 100.000000000000000000 OnChange = wcbPageSizeChange ItemIndex = -1 Items.Strings = ( '10' '25' '50') end object btnApply: TWebButton Left = 478 Top = 128 Width = 96 Height = 25 Caption = 'Apply' ChildOrder = 7 ElementClassName = 'btn btn-light' ElementID = 'btnapply' ElementFont = efCSS HeightStyle = ssAuto HeightPercent = 100.000000000000000000 WidthPercent = 100.000000000000000000 OnClick = btnApplyClick end object edtName: TWebEdit Left = 342 Top = 0 Width = 121 Height = 22 ChildOrder = 10 ElementClassName = 'form-control' ElementID = 'edtname' ElementFont = efCSS HeightStyle = ssAuto HeightPercent = 100.000000000000000000 WidthPercent = 100.000000000000000000 end object edtDescription: TWebEdit Left = 478 Top = 0 Width = 121 Height = 22 ChildOrder = 10 ElementClassName = 'form-control' ElementID = 'edtdescription' ElementFont = efCSS HeightStyle = ssAuto HeightPercent = 100.000000000000000000 WidthPercent = 100.000000000000000000 end object cbStatus: TWebCheckBox Left = 354 Top = 52 Width = 113 Height = 22 ChildOrder = 5 ElementClassName = 'custom-control custom-checkbox' ElementButtonClassName = 'custom-control-input' ElementLabelClassName = 'custom-control-label' ElementID = 'cbstatus' ElementFont = efCSS HeightStyle = ssAuto HeightPercent = 100.000000000000000000 WidthPercent = 100.000000000000000000 end object XDataWebClient1: TXDataWebClient Connection = DMConnection.ApiConnection Left = 426 Top = 240 end object XDataWebDataSet1: TXDataWebDataSet Left = 440 Top = 300 end end