hi,
when using METHOD EditSource() it will use METHOD Edit() which use CLASS TDataRow
CLASS TDataRow have a METHOD Edit() which is use a DIALOG
can i "color" this DIALOG :idea:
"inside" DIALOG it use TScrollPanel() and use "fix" Color CLR_BLACK
can i change Color of Panel :idea:
it is all for "Dark-Mode"
when using METHOD EditSource() it will use METHOD Edit() which use CLASS TDataRow
CLASS TDataRow have a METHOD Edit() which is use a DIALOG
can i "color" this DIALOG :idea:
"inside" DIALOG it use TScrollPanel() and use "fix" Color CLR_BLACK
 oPanel:SetColor( CLR_BLACK, oDlg:nClrPane )it is all for "Dark-Mode"
greeting,
Jimmy
Jimmy