前のトピック: ApplyFile次のトピック: ApplyKey


ApplyFunction

ApplyFunction

Apply 関数を宣言します。Apply 関数の名前の前に置く必要があります。 この関数で実行できるのは適用コマンドのみです。

使用方法:
ApplyFunction <関数名>()
{
// apply statements
}
例:
ApplyFunction ApplyFonts()
{
// apply statements
}