PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on January 14, 2006, 10:07:43 AM

Title: FF Method to read properties in third part control
Post by: Anonymous on January 14, 2006, 10:07:43 AM
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
Title: FF Method to read properties in third part control
Post by: TechSupport on January 14, 2006, 12:35:17 PM
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
Title: FF Method to read properties in third part control
Post by: Anonymous on January 14, 2006, 11:50:30 PM
Oh .. Ok .. Thanks !!

Kunhock