Show / Hide Table of Contents

    IDwoReadOnlyList<TDwo> Interface

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents a list of TDwo type controls in the DataObject. All properties are read-only.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

     public interface IDwoReadOnlyList<TDwo> : IEnumerable<TDwo> where TDwo : IDwoReadOnly
    

    Property

    Name Return Type Description
    Item[Int] TDwo Gets a TDwo object by index.
    Item[String] TDwo Gets a TDwo object by name.

    Method

    Name Return Type Description
    Exists System.Booelan Checks whether a control exists in the list.
    Find TDwo Finds a control in the list.
    Back to top Generated by Appeon