Examples of using Method name in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
Method name.
Illegal method name.
The method name must begin with filter.
String A project method name.
A method name can contain up to 31 characters.
Action ID is the action method name without the action prefix.
The method name must be enclosed in quotation marks, because it includes a hyphen.
Or enter the beginning of a method name to further refine the possibilities.
You should now use Controller:: isAction()to determine whether or not a method name is an action.
As a result, the method name becomes more readable and more concise.
If the method uses arguments,they are placed after the method name and separated by commas.
If the method name is not in keeping with this, 4D does not assign the property.
To assign an event to its handler, use a normal binding expression,with the value being the method name to call.
With 4D Server, the method name is changed on the server when you finish editing it.
In Component ProgID,type the ID of the COM component, and in Method name, type the name of the method. .
In JUnit 3, if a method name does not start with test it is not recognized as a test method. .
If a method with the same name already exists,4D displays a message saying that the method name has already been used.
When calling a method, you must always follow the method name by parentheses, even if the method does not require arguments.
Note: If you change the name of a method that is used in a menu,you must update the method name here in the Menu Bar editor.
CALL FORM encapsulates the method name and its arguments in a message that is posted in the window's message box.
Txt Get-Member-membertype method The most common way to invoke a method is to specify the method name after an object reference such as a variable or expression.
Note that we pass the method name, we do not call the method by adding parentheses after it.
Requires source="dcop"and an interface name. The dcop method name from inside& quantaplus; used to get the source data.
Clicking the node next to a Method name expands or collapses the parameter($1, $2…) and the optional function result($0) list for the method. .
It is not called as a string constant in the 4D code 4D detects a method name in a string even when it is followed by parameters in parentheses.
And when synchronized is attached to a method name, or a method declaration, that always means that this parameter will be the synchronized or locked object.
Additionally, you must use parentheses immediately following the method name to enclose any arguments that should be passed to the method. .
This information includes the method name, the object that owns the method and values for the method parameters.
A static class method specified as an array of a class name and a method name as a string(without parentheses), e.g.,['ClassName','methodName'];
This also means that even if you don't remember the method name, you are not forced to have look at the API as the IDE will suggest all the available methods of the current object.