mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:20:38 +02:00
lcl: clean up
git-svn-id: trunk@30800 -
This commit is contained in:
parent
4cc4707c44
commit
d2f1a124fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user