Created
March 16, 2024 04:01
-
-
Save BoscoBecker/6587548218320dc1f7e0ee7d31b6d8f1 to your computer and use it in GitHub Desktop.
Combobox values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Obtendo valor Integer(CbCidade.Items.Objects[CbCidade.ItemIndex]).ToString;; | |
| Adicionando valor CbMes.Items.AddObject('Janeiro',TObject(Integer(1))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment