Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWjQDBGrid hide column
#2
There are 2 overloaded methods to Show and Hide columns in all IWjQGrids. You can use the column name or the index:

procedure HideColumn(const ACol: Integer); overload;
procedure HideColumn(const AColName: string); overload;
procedure ShowColumn(const ACol: Integer); overload;
procedure ShowColumn(const AColName: string); overload;
Reply


Messages In This Thread
TIWjQDBGrid hide column - by Comograma - 11-30-2021, 11:37 AM
RE: TIWjQDBGrid hide column - by Alexandre Machado - 12-11-2021, 12:23 AM
RE: TIWjQDBGrid hide column - by Comograma - 12-13-2021, 10:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)