TMedQuery.Text TMedQuery

property Text: PChar ;

Description

Read-only property that contains SQL statement passed to the Mediator. If SQL statement contains parameters, they are replaced in Text with question mark (?). Usually you do not need to worry about Text property. To SQL statement access use SQL property. For parameters access, use the Params property.