AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Details
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
Remark: This property corresponds to the "Display selection" option in the "Detail" tab of the Edit control description window..
Ejemplo
EDT_Date.SelectionIfReadOnly = False
EDT_Date.State = Inactive
Sintaxis

Finding out whether the content of an Edit control can be selected when in read-only mode Ocultar los detalles

<Result> = <Edit control>.SelectionIfReadOnly
<Result>: Boolean
  • True if the content of an Edit control can be selected when in read-only mode,
  • False otherwise.
<Edit control>: Control name
Name of the Edit control to be used.

Indicating whether the content of an Edit control can be selected when in read-only mode Ocultar los detalles

<Edit control>.SelectionIfReadOnly = <New value>
<Edit control>: Control name
Name of the Edit control to be used.
<New value>: Boolean
  • True if the content of an Edit control can be selected when in read-only mode,
  • False otherwise.
Observaciones

Details

  • By default, the SelectionIfReadOnly property is set to True.
  • If the SelectionIfReadOnly property is set to False and if the Edit control is read-only, clicking on the control will have no effect.
  • If the control is grayed out, the SelectionIfReadOnly property is ignored.
  • If the control is enabled, the SelectionIfReadOnly property is ignored.
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local