You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _software/aboutbox.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ <h2 class="panel-title">
30
30
This non-visual component encapsulates an About Box. When displayed the About Box appears like this:
31
31
</p>
32
32
<pclass="text-center">
33
-
<imgsrc="{{ site.base-url }}/assets/images/software/aboutbox.png" alt="Vista screenshot of About dialog box" title="About dialog box" class="scale" style="width:360px;" />
33
+
<imgsrc="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/aboutbox.png" alt="Vista screenshot of About dialog box" title="About dialog box" class="scale" style="width:360px;" />
34
34
</p>
35
35
<pclass="alert alert-warning glyph">
36
36
<var>TPJAboutBoxDlg</var> requires that a DelphiDabbler <ahref="{{ site.base-url }}{{ site.data.core.software-base-url}}/verinfo">Version Information Component</a> is already installed in order to compile.
The second screen shot shows the object inspector displaying a multi-line string in a label's caption. This caption has been entered using the extended string property editor. The ellipsis button displays the editor when clicked.
91
91
</p>
92
92
<pclass="text-center">
93
-
<imgsrc="{{ site.base-url }}/assets/images/software/stringpe-2.png" alt="Object Inpsector Screen Shot" title="Object Inspector showing elipsis leading to property editor" class="scale" style="width:347px;">
93
+
<imgsrc="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/stringpe-2.png" alt="Object Inpsector Screen Shot" title="Object Inspector showing elipsis leading to property editor" class="scale" style="width:347px;">
94
94
</p>
95
95
<p>
96
96
As can be seen above we are editing a <var>TLabel</var>. The final screenshot shows the label on a form at design time, displaying the two lines of text.
97
97
</p>
98
98
<pclass="text-center">
99
-
<imgsrc="{{ site.base-url }}/assets/images/software/stringpe-3.png" alt="Form screen shot" title="Two line label in form" class="scale" style="width:175px;">
99
+
<imgsrc="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/stringpe-3.png" alt="Form screen shot" title="Two line label in form" class="scale" style="width:175px;">
0 commit comments