lcl: clean up

git-svn-id: trunk@30800 -
This commit is contained in:
mattias 2011-05-18 16:55:29 +00:00
parent 4cc4707c44
commit d2f1a124fa

View File

@ -352,8 +352,6 @@ Type
function GetDataField: string;
function GetDataSource: TDataSource;
function GetField: TField;
// we need to override the Items Write method for db aware.
procedure SetItems(Values : TStrings); override;
function GetReadOnly: Boolean;
procedure SetReadOnly(Value: Boolean);
@ -370,6 +368,8 @@ Type
procedure Notification(AComponent: TComponent;
Operation: TOperation); override;
procedure UpdateData(Sender: TObject); virtual;
// we need to override the Items Write method for db aware.
procedure SetItems(Values : TStrings); override;
public
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;