官术网_书友最值得收藏!

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.
主站蜘蛛池模板: 阳西县| 鄱阳县| 雷山县| 定远县| 阜新| 丰县| 河北区| 巴彦淖尔市| 黎平县| 嘉义市| 株洲县| 隆安县| 三明市| 龙江县| 资中县| 德清县| 叶城县| 阳高县| 瑞昌市| 商丘市| 穆棱市| 达孜县| 芮城县| 商洛市| 黄骅市| 万载县| 子长县| 桦甸市| 东至县| 永兴县| 芮城县| 祁门县| 华容县| 民勤县| 临沂市| 汝阳县| 钟山县| 乐亭县| 英吉沙县| 凌海市| 西乌珠穆沁旗|