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

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

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

Post by Guest » Tue 13 Dec 2005 13:27

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;

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 14 Dec 2005 13:04

TCRColumn.SortSequence is ReadOnly property. But to prevent backward compatibility errors we provide an empty setter for it.

Guest

Post by Guest » Thu 15 Dec 2005 07:36

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

Post Reply