FF Method to read properties in third part control

Started by Anonymous, January 14, 2006, 10:07:43 AM

Previous topic - Next topic

Anonymous

Is there a generic FF method to return value of a specific property in a third party control ?

For example, there is a property "caption" defined in SiGrid ctl file and hence allows it to be manipulated in FF designer. I need to be able access it in code.

Regards.

Kunhock

TechSupport

The "Caption" property simply calls the SIGrid function "siSetupColumns". For all 3rd party controls you need to use their built in functions. In SIGrid I would assume that you would need to loop through each column in your grid and call siGetColAttributes to determine their attributes. You should consult the SIGrid help file or contact Software Innovators at http://www.softwareinnovators.com

Anonymous