mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:39:29 +02:00
ipro: clean up
git-svn-id: trunk@45922 -
This commit is contained in:
parent
5dd13bd4dd
commit
10aff1d6c8
@ -763,13 +763,13 @@ type
|
||||
procedure SetVlink(const Value: TColor);
|
||||
protected
|
||||
BGPicture : TPicture;
|
||||
procedure Render(RenderProps: TIpHtmlProps); override;
|
||||
public
|
||||
constructor Create(ParentNode : TIpHtmlNode);
|
||||
destructor Destroy; override;
|
||||
procedure ImageChange(NewPicture : TPicture); override;
|
||||
{$IFDEF IP_LAZARUS}
|
||||
procedure LoadAndApplyCSSProps; override;
|
||||
procedure Render(RenderProps: TIpHtmlProps); override;
|
||||
{$ENDIF}
|
||||
property ALink : TColor read Falink write SetAlink;
|
||||
property Link : TColor read FLink write SetLink;
|
||||
|
Loading…
Reference in New Issue
Block a user