Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Memory Leak on v15.2.13
#1
Code:
unit Unit1;

interface

uses
  Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes, Vcl.Controls,
  IWVCLBaseControl, IWBaseControl, IWBaseHTMLControl, IWControl, IWCompButton;

type
  TIWForm1 = class(TIWAppForm)
    IWButton1: TIWButton;
    procedure IWButton1AsyncClick(Sender: TObject; EventParams: TStringList);
  public
  end;

implementation

{$R *.dfm}


procedure TIWForm1.IWButton1AsyncClick(Sender: TObject; EventParams: TStringList);
begin
  //
end;

initialization
  TIWForm1.SetAsMainForm;

end.
Reply


Messages In This Thread
Memory Leak on v15.2.13 - by Encina - 08-24-2020, 03:10 AM
Attachment - by Encina - 08-24-2020, 12:17 PM
RE: Memory Leak on v15.2.13 - by Encina - 08-25-2020, 01:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)