Previous topic Next topic
TIMEPICKER
Help > Controls >

/////////////////////////////////////////////////////////////////////
// TIMEPICKER
/////////////////////////////////////////////////////////////////////

#command @ <row>, <col> TIMEPICKER <name> ;
      [ OBJ <obj> ] ;
      [ <dummy1: OF, PARENT> <parent> ] ;
      [ VALUE <v> ] ;
      [ FIELD <field> ] ;
      [ WIDTH <w> ] ;
      [ HEIGHT <h> ] ;
      [ FONT <fontname> ] ;
      [ SIZE <fontsize> ] ;
      [ <bold: BOLD> ] ;
      [ <italic: ITALIC> ] ;
      [ <underline: UNDERLINE> ] ;
      [ <strikeout: STRIKEOUT> ] ;
      [ TOOLTIP <tooltip> ] ;
      [ < shownone: SHOWNONE > ] ;
      [ < updown: UPDOWN > ] ;
      [ < rightalign: RIGHTALIGN > ] ;
      [ <dummy02: ONGOTFOCUS, ON GOTFOCUS> <gotfocus> ] ;
      [ <dummy03: ONCHANGE, ON CHANGE> <change> ] ;
      [ <dummy04: ONLOSTFOCUS, ON LOSTFOCUS> <lostfocus> ] ;
      [ <dummy11: ONENTER, ON ENTER> <enter> ] ;
      [ HELPID <helpid> ] ;
      [ <invisible: INVISIBLE> ] ;
      [ <notabstop: NOTABSTOP> ] ;
      [ <disabled: DISABLED> ] ;
      [ <noborder: NOBORDER> ] ;
      [ <rtl: RTL> ] ;
      [ SUBCLASS <subclass> ] ;
   => ;
      [ <obj> := ] _OOHG_SelectSubClass( TTimePick(), [ <subclass>() ] ): ;
            Define( <(name)>, <(parent)>, <col>, <row>, <w>, <h>, <v>, ;
            <fontname>, <fontsize>, <tooltip>, <{change}>, <{lostfocus}>, ;
            <{gotfocus}>, <.shownone.>, <.updown.>, <.rightalign.>, <helpid>, ;
            <.invisible.>, <.notabstop.>, <.bold.>, <.italic.>, <.underline.>, ;
            <.strikeout.>, <(field)>, <{enter}>, <.rtl.>, <.disabled.>, ;
            <.noborder.> )