mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 23:59:10 +02:00
lcl: add note to remove workaround method as soon as possible
git-svn-id: trunk@37249 -
This commit is contained in:
parent
0ef6cbff1b
commit
532b55deb7
@ -88,6 +88,7 @@ begin
|
|||||||
Initialize(FControlLink, FControlItems);
|
Initialize(FControlLink, FControlItems);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
//todo: remove this method as soon fpc rev 21158 lands in the last supported compiler
|
||||||
procedure TDBLookup.ChangeListLinkDataSource(NewDataSource: TDataSource);
|
procedure TDBLookup.ChangeListLinkDataSource(NewDataSource: TDataSource);
|
||||||
begin
|
begin
|
||||||
if NewDataSource <> FListLink.DataSource then
|
if NewDataSource <> FListLink.DataSource then
|
||||||
|
Loading…
Reference in New Issue
Block a user