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.