Jump to content
Fivewin Brasil

Button no xBrowse


Theotokos

Recommended Posts

Bom dia pessoal, tenho um button no xbrowse em uma das colunas para excluir o item, o button é criado sempre do lado direito do

campo, queria que ele aparecesse do lado esquerdo; TEM COMO?

oLbx:aCols[4]:nEditType := EDIT_BUTTON
oLbx:aCols[4]:bEditBlock := {|| ExcluirItem(oLbx), oDlg:Update() }
oLbx:aCols[4]:nBtnBmp := 1
oLbx:aCols[4]:nDataBmpAlign := 1
oLbx:aCols[4]:AddResource( 9020 )
Link to comment
Share on other sites

Se não me engano é essa propriedade abaixo:

oLbx:aCols[4]:nDataStrAlign := AL_CENTER
 
xBrowse.CH
#define AL_LEFT               0
#define AL_RIGHT              1
#define AL_CENTER             2

Vlw Erciley por responder... mas esta propriedade alinha o texto, o que eu preciso é que alinha o BUTTON a esquerda...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...