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

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.
主站蜘蛛池模板: 扎赉特旗| 樟树市| 云和县| 安宁市| 天长市| 于都县| 广德县| 呼伦贝尔市| 临夏市| 清苑县| 玛多县| 土默特左旗| 博湖县| 南木林县| 昌邑市| 安吉县| 游戏| 庄浪县| 建湖县| 兴国县| 临猗县| 阜平县| 翁源县| 寻甸| 高邮市| 克东县| 汝南县| 上饶县| 偏关县| 富宁县| 梧州市| 资兴市| 纳雍县| 方城县| 鞍山市| 浙江省| 新邵县| 七台河市| 台前县| 泸水县| 南溪县|