Component
Buttons Component
9 language-reference entries were extracted for this component.
- Fnd_Bttn_CreateButton Use this routine in the On Load phase to quickly set up a picture button on a 4D form. Pass this routine a pointer to a picture button form object, a picture variable to hold...
- Fnd_Bttn_GetPicture This routine returns a picture of a rollover based on the parameters you pass for the icon, text, size and type. The Buttons component caches the images it creates, so if the...
- Fnd_Bttn_GetPictureName This routine returns the name that is used to store the specified picture button image in the cache. It has been exposed specifically for use only by the Toolbar component....
- Fnd_Bttn_GetPictureWidth Fnd_Bttn_GetPictureWidth returns the width of the rollover picture that uses the specified icon and text. $buttonWidth:=Fnd_Bttn_GetPictureWidth ("Fnd_Bttn_Wrench";"Special...
- Fnd_Bttn_Info This routine returns the requested information about the component. $version_t:=Fnd_Bttn_Info ("version")
- Fnd_Bttn_Platform Call this routine to specify the platform style to use when creating the next button image. The platform value must be either “Auto,” “Mac,” or “Win.” Fnd_Bttn_Platform ("Mac")...
- Fnd_Bttn_SetBackgroundPict If you would like to design your own artwork to be used as a button background, pass images to these button parts using this method. GET PICTURE FROM...
- Fnd_Bttn_SetTextProperties Fnd_Bttn_SetTextProperties sets the text properties for the button labels. Call this routine before calling the Fnd_Bttn_CreateButton, Fnd_Bttn_GetPicture, or...
- Fnd_Bttn_Style Pass a style name to set the button style to use when drawing the next button image. See the beginning of this chapter for examples of each style. Fnd_Bttn_Style ("Small2")