Ver Mensaje Individual
  #3  
Antiguo 13-12-2007
saltamirano saltamirano is offline
Miembro
 
Registrado: jun 2007
Posts: 18
Reputación: 0
saltamirano Va por buen camino
Unhappy E2233 Property 'Date' inaccessible here

Hola egostar,

Mil gracias por tu respuesta, te cuento le puse el mismo nombre que tiene en Miscelaneous: DateTimePicker1, e inclusive le intente con: Unit_ClienteExterno.Form_Cliente.TDateTimePicker1.Date, lo que está con morado le marca con rojo en el programa, y presenta en Structure: Undeclared identifier 'TDateTimePicker' at line 74 (74:52), Undeclared identifier 'Date' at line 74 (74:59).

En la ayuda de Delphi busque, E2233 Property 'Date' inaccessible here y me dice:
"An attempt has been made to access a property through a class reference type. It is not possible to access fields nor properties of a class through a class reference."

"There is no other solution to this problem than to remove the offending property access from your source code. If you wish to access properties or fields of a class, then you need to create an instance variable of that class type and gain access through that variable"

Me parece que no le reconoce al control TDateTimePicker.

Saludos
Responder Con Cita