Top Method Summary
Options Name Purpose
CHARACTER ControlValueToAblLiteral (Control) Returns the current value of an editor control as an ABL expression literal
CHARACTER DotNetValueToAblLiteral (Object) Converts a .NET value into an ABL expression literal


Method Detail
Top

CHARACTER ControlValueToAblLiteral (Control)

Purpose: Returns the current value of an editor control as an ABL
expression literal
Notes: Uses the Checked property for check editors and the Value property
(resolved through reflection) for other editor controls, falling
back to the Text property

Parameters:
poControl System.Windows.Forms.Control
The reference to the editor control
Returns CHARACTER
The ABL expression literal for the control value
Top

CHARACTER DotNetValueToAblLiteral (Object)

Purpose: Converts a .NET value into an ABL expression literal
Notes: Boolean values are returned as logical literals, numeric values
unquoted, all other values are quoted. The unknown value is
returned as the unquoted ? literal

Parameters:
poValue System.Object
The reference to the .NET value
Returns CHARACTER
The ABL expression literal for the value


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:42:51