Ignore:
Timestamp:
May 3, 2018, 12:26:57 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Reduced compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/ButtonBase.pas

    r111 r135  
    88type
    99  TButtonBase = class(TGraphicControl)
    10     constructor Create(aOwner: TComponent); override;
    1110  protected
    1211    FDown, FPermanent: boolean;
     
    2625    Active: boolean;
    2726  public
     27    constructor Create(aOwner: TComponent); override;
    2828    property Graphic: TBitmap read FGraphic write FGraphic;
    2929    // property DownSound: string read FDownSound write FDownSound;
Note: See TracChangeset for help on using the changeset viewer.