Topic: TableGrid show data from left to right

hi is possible to make TableGrid insteded showin data from left to right i want it from right to left  ?

Re: TableGrid show data from left to right

Please try this code:

procedure Form1_OnShow (Sender: string; Action: string);
begin
    Form1.TableGrid1.BiDiMode := bdRightToLeft;
end;

I can't check it, because don't have arabic Windows.

Dmitry.