This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Modulos/Pedidos de cliente/Views/uViewDetallesPedidoCliente.dfm

15 lines
416 B
Plaintext
Raw Normal View History

inherited frViewDetallesPedidoCliente: TfrViewDetallesPedidoCliente
inherited cxGrid: TcxGrid
inherited cxGridView: TcxGridDBTableView
inherited cxGridViewTIPO: TcxGridDBColumn
Visible = False
end
object cxGridViewREFERENCIA: TcxGridDBColumn [3]
Caption = 'Referencia'
DataBinding.FieldName = 'REFERENCIA'
Width = 100
end
end
end
end