Subject | Re: display and edit mask |
---|---|
Author | mmenaz |
Post date | 2002-06-29T16:25:13Z |
--- In IBObjects@y..., "jonathanmfreedman" <jonathanmfreedman@h...> wrote:
You can also see TEditMask help and TNumericField.DisplayFormat or TDateTimeField.DisplayFormat.
Don't forget to gain the power of defining such attributes to DOMAINS at connection level, so your application will have a centralized point of definitions and will have each field correctly set for every query, automagicalli ;)) (i.e. IB_Connection.FieldsDisplayFormat and IB_Connection.FieldEntryTypes=fetDomainName)
Regards
Marco Menardi
> is there a help source for learning the various formatting tokens forSee the standard VCL help for TDataset visula components and/or for fields properties.
> these properties?
You can also see TEditMask help and TNumericField.DisplayFormat or TDateTimeField.DisplayFormat.
Don't forget to gain the power of defining such attributes to DOMAINS at connection level, so your application will have a centralized point of definitions and will have each field correctly set for every query, automagicalli ;)) (i.e. IB_Connection.FieldsDisplayFormat and IB_Connection.FieldEntryTypes=fetDomainName)
Regards
Marco Menardi