[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_button' (#fpgui)

TImageLayout

Enum type defining the position of images inside a Button

Declaration

Source position: fpg_button.pas line 37

type TImageLayout = (

  ilImageLeft,

  

Image to the left of the button text.

  ilImageTop,

  

Image above the button text.

  ilImageRight,

  

Image to the right of the button text.

  ilImageBottom

  

Image below the button text.

);


Documentation generated on: 2015-04-04