Patch level :10.0 250
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunto metodo con diversa chiamata parametri git-svn-id: svn://10.65.10.50/trunk@18309 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									232a5511cf
								
							
						
					
					
						commit
						8227b1fcc8
					
				@ -61,6 +61,7 @@ class TF4_sender : public TSkeleton_application
 | 
			
		||||
protected:
 | 
			
		||||
  bool new_rec(const char* t) { CHECK(t && *t, "Tipo non valido"); return _f24->new_rec(t) > 0; }
 | 
			
		||||
  void set(const char* field, const TVariant& var);
 | 
			
		||||
  void set(const char* field, const TString& s)  { set(field, TVariant(s)); }
 | 
			
		||||
  void set(const char* field, const int n)    { set(field, TVariant((long)n)); }
 | 
			
		||||
  void set(const char* field, const char* s)  { set(field, TVariant(s)); }
 | 
			
		||||
  void set(const char* field, const TDate& d) { set(field, TVariant(d)); }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user