|
AnyDAC
|
Returns macro by its name.
|
Parameters |
Description |
|
const AValue: string |
A name of macro to return. |
The macro with Name = AValue or nil if such macro does not exists.
The FindMacro method returns a macro from Macros collection by its name AValue. If there is no such macro, then method will return nil.
function FindMacro(const AValue: string): TADMacro;
|
What do you think about this topic? Send feedback!
|