![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Addressed for Version 3.02 » View Incident Report |
![]() |
Reported By: Robert Gesswein Reported On: 8/27/2021 For: Version 3.01 Build 4 |
procedure TFrmMain.showSignInDialog(); begin signInDlg := TDlgSignIn.NewSignIn(); // THIS LINE IS OKAY signInDlg := TDlgSignIn.Create(Application); // THIS LINE IS OKAY signInDlg := TDlgSignIn.Create(nil); // THIS LINE CAUSES COMPILER ERROR { ERROR IS: [Error]: Expected a type reference, instead found TComponent (REPEATED 5 TIMES) [Error] Main.wbs (39,27): Cannot find a function, procedure, or method declaration that matches the Create reference [Error] Main.wbs (39,16): Invalid expression type found, expected variant or class instance [Error] Main.wbs (39,16): Invalid expression type found, expected variant or class instance } end;
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |