4D Pack v13.2

AP Does method exist

Home

 
4D Pack v13.2
AP Does method exist

AP Does method exist 


 

AP Does method exist ( methodName ) -> Function result 
Parameter Type   Description
methodName  String in Name of method to test
Function result  Integer in 0 = Method does not exist, 1 = Method already exists

The AP Does method exist command can be used to find out whether a project method named methodName already exists in the current database. This command does not take into account any project methods of the components installed in the database.

When using the AP Create method command, the purpose of this command is to avoid getting an error message when a method having the same name already exists.

 
PROPERTIES 

Product: 4D Pack
Theme: 4D_Pack : Utilities
Number: 61949

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Pack v11

 
SEE ALSO 

AP Create method