- Mastering Delphi Programming:A Complete Reference Guide
- Primo? Gabrijel?i?
- 150字
- 2021-06-24 12:33:27
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "A string parameter value is present in a string list."
A block of code is set as follows:
function IsPresentInList(strings: TStrings; const value: string): Boolean;
var
i: Integer;
begin
Result := False;
for i := 0 to strings.Count - 1 do
if SameText(strings[i], value) then
Exit(True);
end;
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Go to Options | Options, then select General | Search directory."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 電腦常見問題與故障排除
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- 電腦組裝、維護、維修全能一本通(全彩版)
- 數字邏輯(第3版)
- scikit-learn:Machine Learning Simplified
- 筆記本電腦維修不是事兒(第2版)
- R Deep Learning Essentials
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- Arduino BLINK Blueprints
- Machine Learning with Go Quick Start Guide
- Neural Network Programming with Java(Second Edition)
- Hands-On Motion Graphics with Adobe After Effects CC
- 3D Printing Blueprints
- Intel FPGA權威設計指南:基于Quartus Prime Pro 19集成開發環境
- 微控制器的應用