Online Documentation for Advanced Query Builder for RAD Studio VCL
FindByName
Applies to
TQueryBuilders component
Declaration
function FindByName(const Name: string): TQueryBuilder;
Description
Call FindByName to retrieve field information for a field given its name. Name is the name of an existing field. FindByName returns the TQueryBuilder component that represents the specified query builder.
See also: