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

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in 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.
主站蜘蛛池模板: 宜昌市| 通江县| 文化| 锡林郭勒盟| 祁连县| 遵义县| 汶川县| 满洲里市| 循化| 霍城县| 河池市| 沾化县| 万山特区| 龙海市| 遂溪县| 横山县| 辽阳县| 安多县| 罗田县| 陕西省| 临汾市| 平陆县| 博野县| 灵台县| 农安县| 宜兴市| 台安县| 广宗县| 西吉县| 晴隆县| 嘉禾县| 仙居县| 乌恰县| 巴青县| 石狮市| 尉氏县| 海南省| 临西县| 儋州市| 祁连县| 五寨县|