4D v14.3METHOD GET NAMES |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
METHOD GET NAMES
METHOD GET NAMES
The METHOD GET NAMES command fills the arrNames array with the names of project methods created in the application. By default, all methods are listed. You can restrict this list by passing a comparison string in the filter parameter: in this case, the command only returns methods whose name matches the filter. You must use the @ character in order to set filters of the "starts with", "ends with" or "contains" type. If you pass an empty string, the filter parameter is ignored. If this command is executed from a component, it returns by default the names of the component project methods. If you pass the * parameter, the array contains the host database project methods. Note: Methods placed in the trash are not listed. Here are a few typical examples of use: // List of all project methods of the database |
PROPERTIES
Product: 4D
HISTORY
Created: 4D v13 ARTICLE USAGE
4D Language Reference ( 4D v14 R2) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||