Código: Selecionar todos
CREATE CLASS wvgTstDatePicker INHERIT wvgtstControl
VAR ClassName INIT "SysDateTimePick32"
VAR Style INIT WS_CHILD + WS_TABSTOP
ENDCLASS
Código: Selecionar todos
WITH OBJECT aCtlList[ nCtlIndex++ ] := wvgTstDatePicker():New()
:Create( , , { -25, -19 }, { -1, - 10 } )
ENDWITH
Legal né ?
Foi só teste da criação do controle.
Só vai ficar anotado.

