Page 1 of 1

CRGrid: CRColumn.SortSequence assignment not working (not implemented?!)

Posted: Tue 13 Dec 2005 13:27
by Guest
Why the body of property assignment is empty?...
This is the ODAC 5.55.1.24 source code:

procedure TCRColumn.SetSortSequence(Value: integer);
begin
end;

Posted: Wed 14 Dec 2005 13:04
by Alex
TCRColumn.SortSequence is ReadOnly property. But to prevent backward compatibility errors we provide an empty setter for it.

Posted: Thu 15 Dec 2005 07:36
by Guest
Alex wrote:TCRColumn.SortSequence is ReadOnly property. But to prevent backward compatibility errors we provide an empty setter for it.
hmmm.... where this is described? I have spent my time to force it to work :x