![]() ![]() ![]() |
LPCSTR CCFXQuery::GetName(void)
Retrieves the name of the query. Returns the name of the query.
The following example retrieves the name of the query and writes it back to the user:
CCFXQuery* pQuery = pRequest->GetQuery() ; pRequest->Write( "The query name is: " ) ; pRequest->Write( pQuery->GetName() ) ;
![]() ![]() ![]() |
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.