Previous Topic: ApplyFileNext Topic: ApplyKey


ApplyFunction

ApplyFunction

Declares an Apply function and must appear before any Apply function name. Only Apply commands can occur in this function.

Usage:
ApplyFunction <Function Name>()
{
// apply statements
}
Example:
ApplyFunction ApplyFonts()
{
// apply statements
}