Setup Factory 10

DlgBillboard.GetImagePath

DlgBillboard.GetImagePath

This is the first topic This is the last topic  

DlgBillboard.GetImagePath

This is the first topic This is the last topic  

OverviewExamples

string DlgBillboard.GetImagePath (

number ControlID,

number Position )

Example 1

-- Get the path to image 5.

path = DlgBillboard.GetImagePath(CTRL_BILLBOARD_01, 5);

 

-- Show the path in a dialog message.

Dialog.Message("Image Path", path);

Gets the path to the image at index 5 in the billboard control and shows its value in a dialog message.

See also: Related Actions


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