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

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.
主站蜘蛛池模板: 龙井市| 日喀则市| 巧家县| 沂水县| 永德县| 河北区| 临城县| 长宁区| 石城县| 将乐县| 浙江省| 梅河口市| 浙江省| 芮城县| 富蕴县| 赤城县| 运城市| 阿拉善左旗| 确山县| 孟津县| 罗源县| 盘山县| 香格里拉县| 海原县| 大埔区| 瓮安县| 池州市| 平罗县| 石城县| 三台县| 安泽县| 永川市| 通州市| 南澳县| 唐海县| 江陵县| 渭源县| 辽中县| 南通市| 旬阳县| 英吉沙县|