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
"inside" DIALOG it use TScrollPanel() and use "fix" Color CLR_BLACK
- Code: Select all Expand view
- oPanel:SetColor( CLR_BLACK, oDlg:nClrPane )
can i change Color of Panel
it is all for "Dark-Mode"