Uses/ja

From Lazarus wiki
Revision as of 10:20, 4 June 2016 by Miyatakejiro (talk | contribs) (Created page with "{{Uses}} {{Japanese Menu}} '''Uses''' 宣言部は、 Pascal/ja プログラム宣言 される、that it will invoke or use certa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Deutsch (de) English (en) español (es) suomi (fi) français (fr) 日本語 (ja)

日本語版メニュー
メインページ - Lazarus Documentation日本語版 - 翻訳ノート - 日本語障害情報

Uses 宣言部は、 Pascal/ja プログラム宣言 される、that it will invoke or use certain procedures, functions, objects, constants, 変数 やそのほか色々なものを定義する、または特定することを宣言するand other items which are defined or declared in the specified unit.

すべての Pascal プログラム と Unit は、自動的に以下の暗黙の宣言部を持ちます。

USES System;

except in the case where a compiler parameter/ja allows a unit to exclude a reference to the System/ja unit. (One example of this would be if one was recompiling the System unit, it would be necessary for it not to invoke itself.)