DBGrid - fixando colunas
Top
Previous
Next
type
THack = class(TDBGrid)
Procedure
Teste
begin
THack(DBGrid1).FixedCols :=
2
;
End
;