4D v14.3METHOD GET COMMENTS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
METHOD GET COMMENTS
METHOD GET COMMENTS
The METHOD GET COMMENTS command returns, in the comments parameter, the comments of the method(s) designated by the path parameter. The comments retrieved by this command are those specified in the 4D Explorer (not to be confused with lines of comments in the code that are retrieved using METHOD GET CODE): These comments can only be generated for triggers, project methods and form methods. They contain styled text. Note: Forms and form methods share the same comments. You can use two types of syntaxes, based either on text arrays, or text variables: C_TEXT(tVpath) // text variables ARRAY TEXT(arrPaths;0) // text arrays You cannot mix the two syntaxes. If the command is executed from a component, it applies by default to the component methods. If you pass the * parameter, it accesses the methods of the host database. |
PROPERTIES
Product: 4D
HISTORY
Created: 4D v13 SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v14 R2) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||