Properties' Details |
Id
[ readonly ] long Id;
- Description
- returns the function's unique identifier.
- See also
- XFunctionDescriptions
|
|
Category
[ readonly ] long Category;
- Description
- returns the function's category.
- See also
- FunctionCategory
|
|
Name
[ readonly ] string Name;
- Description
- returns the localized function's name.
|
|
Description
[ readonly ] string Description;
- Description
- returns a localized description of the function.
|
|
Arguments
[ readonly ] sequence< FunctionArgument > Arguments;
- Description
- returns a sequence of localized descriptions of the function's
arguments (in the order specified by the function).
|
|
Copyright © 2003 Sun Microsystems, Inc.