Setup Factory 10

DlgButton.GetProperties

DlgButton.GetProperties

This is the first topic This is the last topic  

DlgButton.GetProperties

This is the first topic This is the last topic  

OverviewExamples

table DlgButton.GetProperties (

number ControlID )

Example 1

tProperties = DlgButton.GetProperties(CTRL_BUTTON_HELP);

Gets the properties for the help button on the current screen and stores the results in the table "tProperties."

Example 2

tButtonProperties = DlgButton.GetProperties(nControlID);

 

if not tButtonProperties.Visible then

   tButtonProperties.Visible = true;

   DlgButton.SetProperties(nControlID, tButtonProperties);

end

Gets the properties of the button whose id is stored in nControlID.  If this button is currently not visible, it is made visible.

See also: Related Actions


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us