Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[b]with[/b] ObjectX [b]do[/b]
[b]begin[/b]
property1 := this;
property2 := that;
property3 := False;
[b]end;[/b]
Basically, it allows you to access the same object without having to redeclare the object over and over again.
[bobafett] [u][i]Bobba[b]Fet[/b][/i][/u] [bobafett]
[code]
if not Programming = 'Severe Migraine' then
ShowMessage('Eureka!');
ObjectX.Property1 := this;
ObjectX.Property1 := that;
ObjectX.Property1 := False;
if not Programming = 'Severe Migraine' then
ShowMessage('Eureka!');
if not Programming = 'Severe Migraine' then
ShowMessage('Eureka!');