Ver Mensaje Individual
  #6  
Antiguo 20-01-2014
Avatar de Al González
[Al González] Al González is offline
In .pas since 1991
 
Registrado: may 2003
Posts: 5.610
Reputación: 32
Al González Es un diamante en brutoAl González Es un diamante en brutoAl González Es un diamante en brutoAl González Es un diamante en bruto
Estos son reales.
Código Delphi [-]
    // NOTE: See note at the ghBaseClassName function.
    Result := (ghBaseClassName (Window) = 'Button') And
      ghHasButtonStyle (Window);
Código Delphi [-]
          // NOTE: We do not pass Epsilon here.
          Result := ghRound (Result, Decimals);
Código Delphi [-]
  Function ghWidePtr (Const S :WideString) :Pointer;
  Asm
    // NOTE: This function is OK, it has no explicit code.
  End;
Responder Con Cita