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

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.
主站蜘蛛池模板: 靖边县| 安岳县| 邵东县| 油尖旺区| 江孜县| 安阳县| 杭锦后旗| 天津市| 洛川县| 金平| 绍兴市| 遂宁市| 灵丘县| 伊宁县| 鄂托克前旗| 江北区| 周至县| 利川市| 南澳县| 保山市| 乐清市| 辽宁省| 泸水县| 孝昌县| 信阳市| 梅河口市| 张家港市| 红桥区| 高州市| 龙海市| 电白县| 峨边| 临沂市| 保靖县| 阳江市| 泗阳县| 承德市| 夏津县| 广水市| 武定县| 雅安市|