CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
TPSCPrepareFieldNameEvent

TPSCPrepareFieldNameEvent

TNotifyEvent is used for events that prepare field name for using in filter or SQL.

type TPSCPrepareFieldNameEvent = procedure(Sender: TObject; Const FieldName: String; Var PreparedFieldName: String) of object;

Unit
psc_fltbox

Description
The TPSCPrepareFieldNameEvent type is the type for events that occur when field name need to be prepared for use in the filter or SQL. For example TPSCPrepareFieldNameEvent is used in TPSCFltBox.OnPrepareFieldName and TPSCFltBld.OnPrepareFieldName. The Sender parameter is the object whose event handler is called.  For example, with the OnPrepareFieldName event of a TPSCFltBox, the Sender parameter is the TPSCFltBox control that called the event. The FieldName parameter is the input non-prepared field name. The PreparedFieldName parameter is the prepared field name (field name with table name or enclosed with some prefix and suffix). PreparedFieldName is filled by default so you don't need assign it if it's not needed.

See also:
TPSCCustomFltBld.OnPrepareFieldName


Generated by Putersoft.FreeHelp. Copyright © 1999-2002. puterSoft.Com
You are reading help file online using chmlib.com


If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com