ISalEditControl

PPJ.Runtime.ISalEditControl

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.49 (4.9.0.0)

SAL Editable controls implement this interface

public interface ISalEditControl : ISalControl

Properties

CultureInfo: Returns/Sets the specialized CultureInfo for the edit control.

String: Returns/Sets the edit mask.

String: Returns/Sets the format picture.

Int32: Returns/Sets the maximum edit length.

Boolean: Returns/Sets the modified flag.

Methods

Apply the format string to the value of the control.

Validates the content of the control against its data type

Returns: Boolean.

Implemented By

NameDescription

ComboBox implementation.

DataField implementation.

MultilineField implementation.

Summary description for SalTableColumn.

ComboBox with tool tip support

Data field with tool tip support

Multi line field with tool tip support

Last updated