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

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Style manipulation at runtime is done using the class methods of the TStyleManager class."

A block of code is set as follows:

procedure TMainForm.StylesListRefresh;
var
  stylename: string;
begin
  ListBox1.Clear;
  // retrieve all the styles linked in the executable
  for stylename in TStyleManager.StyleNames do
  begin
    ListBox1.Items.Add(stylename);
  end;
end;

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

begin
  Application.Initialize;
  Application.MainFormOnTaskbar := True;
 TStyleManager.TrySetStyle('Iceberg Classico');
  Application.CreateForm(TMainForm, MainForm);
  Application.Run;
end

Any command-line input or output is written as follows:

# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample
 /etc/asterisk/cdr_mysql.conf

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Add all the columns to TDBGrid by right-clicking and selecting Columns Editor".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 庄河市| 盐亭县| 高要市| 兴和县| 盐津县| 施秉县| 凭祥市| 勃利县| 保亭| 浠水县| 顺昌县| 隆化县| 定日县| 云和县| 阜新| 彭阳县| 十堰市| 延吉市| 策勒县| 忻城县| 商洛市| 萍乡市| 越西县| 德令哈市| 含山县| 保康县| 城口县| 图木舒克市| 文登市| 吉首市| 石嘴山市| 南投市| 叶城县| 蒙自县| 深水埗区| 长汀县| 荆州市| 慈溪市| 大安市| 吉木乃县| 洛浦县|