- 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.
推薦閱讀
- Aftershot Pro:Non-destructive photo editing and management
- Raspberry Pi 3 Cookbook for Python Programmers
- Applied Unsupervised Learning with R
- 電腦常見故障現場處理
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- Learning Stencyl 3.x Game Development Beginner's Guide
- 電腦維護365問
- OpenGL Game Development By Example
- VMware Workstation:No Experience Necessary
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 數字媒體專業英語(第2版)
- The Artificial Intelligence Infrastructure Workshop
- Arduino項目開發:智能生活
- 微服務實戰(Dubbox +Spring Boot+Docker)
- FPGA實戰訓練精粹