15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
|
|
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
|