This HTML5 document contains 24 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n16https://global.dbpedia.org/id/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Visual_Basic_(classic)
dbo:wikiPageWikiLink
dbr:Control_array
Subject Item
dbr:Control_array
rdf:type
dbo:Band
rdfs:label
Control array
rdfs:comment
In Visual Basic, a control array is a group of related controls in a Visual Basic form that share the same event handlers. Control arrays are always single-dimensional arrays, and controls can be added or deleted from control arrays at runtime. One application of control arrays is to hold menu items, as the shared event handler can be used for code common to all of the menu items in the control array.
dcterms:subject
dbc:BASIC_programming_language_family
dbo:wikiPageID
25887451
dbo:wikiPageRevisionID
1083413531
dbo:wikiPageWikiLink
dbr:Array_data_structure dbr:Form_(programming) dbr:Widget_(GUI) dbr:Event_(computing) dbr:Visual_Basic dbc:BASIC_programming_language_family
owl:sameAs
freebase:m.09v25fb wikidata:Q5165848 n16:4iQ45
dbp:wikiPageUsesTemplate
dbt:Programming-software-stub dbt:Reflist
dbo:abstract
In Visual Basic, a control array is a group of related controls in a Visual Basic form that share the same event handlers. Control arrays are always single-dimensional arrays, and controls can be added or deleted from control arrays at runtime. One application of control arrays is to hold menu items, as the shared event handler can be used for code common to all of the menu items in the control array. Control arrays are a convenient way to handle groups of controls that perform a similar function. All of the events available to the single control are still available to the array of controls, the only difference being an argument indicating the index of the selected array element is passed to the event. Hence, instead of writing individual procedures for each control (i.e. not using control arrays), you only have to write one procedure for each array. Control arrays are no longer supported in Visual Basic 2006, as "changes to the event model" made them unnecessary. The Visual Basic Upgrade Wizard can convert code that uses control arrays into Visual Basic 2008 code that uses more recent structures.
gold:hypernym
dbr:Group
prov:wasDerivedFrom
wikipedia-en:Control_array?oldid=1083413531&ns=0
dbo:wikiPageLength
1925
foaf:isPrimaryTopicOf
wikipedia-en:Control_array
Subject Item
wikipedia-en:Control_array
foaf:primaryTopic
dbr:Control_array