[Gambas-user] Property override
    Leon Davis 
    leondavisjr at ...626...
       
    Thu Apr 27 16:00:31 CEST 2017
    
    
  
Using Gambas v3.9.2 and GTK+3
I am creating a component and would like to override the Caption property.
Public Const _Properties as String = "*,Caption"
Property Read {Caption} as String
Causes an "improper override error". I've also tried encasing the word
Caption in the _Properties statement with curly brackets "{Caption}". Any
assistance is greatly appreciated.
    
    
More information about the User
mailing list