|
Options |
Name |
Purpose |
|
|
|
AddIdentifierRename (character, character)
|
Registers the rename of an ABL identifier (a temp-table or
before-table name)
|
|
|
|
AddIncludeFileRename (character, character)
|
Registers the rename or move of an include file
|
|
|
|
AddRename (character, character, character)
|
Registers a rename of the given type
|
|
|
|
LOGICAL ApplyToFile (character)
|
Applies the registered renames to the given source file
|
|
|
|
INTEGER ApplyToFiles (character)
|
Applies the registered renames to the given source files
|
|
|
|
LONGCHAR ApplyToSource (longchar)
|
Applies the registered renames to the given source code
|
|
|
|
CHARACTER GetTokenAfterKeyword (longchar, character)
|
Returns the identifier that follows the given keyword in the
source code
|
|
|
|
CHARACTER GetTokensAfterKeyword (longchar, character)
|
Returns all identifiers that follow the given keyword in the
source code
|
|
|
|
LOGICAL HasRenames ()
|
Returns TRUE when at least one rename has been registered
|
|
|
|
LOGICAL IsIdentifierCharacter (character)
|
Returns TRUE when the given character is part of an ABL
identifier
|
|
|
|
INTEGER MatchByFieldNames (character, character)
|
Returns the index of the candidate whose field names match the
given field names best
|
|
|
|
CHARACTER ParseDatasetIncludeFile (character)
|
Returns the name of the ProDataset defined in the given dataset
include file
|
|
|
|
CHARACTER ParseTempTableFieldNames (character)
|
Returns the names of the fields defined in the given temp-table
include file
|
|
|
|
LOGICAL ParseTempTableIncludeFile (character, character, character)
|
Returns the name of the temp-table and of its before-table
defined in the given temp-table include file
|
|
|
|
LONGCHAR ReplaceIdentifier (longchar, character, character)
|
Replaces all occurrences of the given identifier in the source
code, but only where the identifier appears as a whole token
|
|
|
|
LONGCHAR ReplaceIncludeFileReference (longchar, character, character)
|
Replaces all references to the given include file in the source
code
|