[Lazarus] Empty function?
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Apr 19 12:00:37 CEST 2013
> Lubos Pintes <pintes at gmail.com> hat am 19. April 2013 um 11:01 geschrieben:
>
>
> Hi,
> This function seems to be empty (hint issued)
> function TControl.GetAnchorSide(AIndex: Integer): TAnchorSide;
Lazarus svn 40851 has:
function TControl.GetAnchorSide(Kind: TAnchorKind): TAnchorSide;
begin
Result:=FAnchorSides[Kind];
end;
Mattias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130419/2e201444/attachment-0003.html>
More information about the Lazarus
mailing list