Questions tagged as 'propriedade'

1
answer

Delphi _How to pass data to a property of type record array

unit Exemplo; interface uses Classes, SysUtils, typinfo; const type {TRecordRateio} TRecordRateio = Record IdContaCorrente : Integer; CodBanco : String; Agencia : String; DVAgencia...
asked by 18.12.2017 / 01:54
1
answer

How to put information of a class in an array?

To save lines of code, I do the following: PictureBox[] pic = { pictureBox1, pictureBox2, pictureBox3, pictureBox4, pictureBox5, pictureBox6, pictureBox7, pictureBox8 }; And I have a class called InformationLetters , whose same has se...
asked by 11.10.2017 / 07:59
1
answer

Access a file using Properties

I'm working with a method that takes an object from the Properties class as an argument: public static void main(String[] args) { //Properties props = new Properties(); Properties props = new Properties(); props.setProp...
asked by 25.05.2017 / 05:25
2
answers

How do I display button properties in VBA from an excel sheet?

I have a spreadsheet with buttons that hide and re-display fields as the data set is populated. When I try to view or change the properties of the controls, I can not. VBA only shows the properties of the worksheet.     
asked by 13.04.2017 / 16:46
1
answer

Manipulating audio properties in HTML / JS

Myteacherpassedaprojecttomakeanaudioplayer,andforthatIwasinspiredbyRdioMusic,thereinmyplayerIwasplanningwhenIopenedanaudioheuploadedtheimage(correspondingtothecoverofthealbumthatisalreadyembeddedinthe.mp3)intheplayer,butalreadyIresearchedandIdo...
asked by 14.11.2018 / 20:35