![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Reported for Version 2.06 » View Incident Report |
![]() |
Reported By: Ralf Mimoun Reported On: 5/13/2018 For: Version 2.06 Build 12 |
procedure TestAssigned; var f: TForm; begin f := nil; if f = nil then begin logoutput('f is nil'); end else begin logoutput('f is not nil'); end; if assigned(f) = false then begin logoutput('assigned(f) is false'); end else begin logoutput('assigned(f) is true'); end; 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 ? ![]() |