Gjsify LogoGjsify Logo

The GdauiSetSource is a ...

To create a new #GdauiSetSource use #gdaui_set_source_new.

To free a #GdauiSetSource, created by #gdaui_set_source_new, use #gdaui_set_source_free.

Since 5.2, you must consider this struct as opaque. Any access to its internal must use public API. Don't try to use #gdaui_set_source_free on a struct that was created manually.

record

Hierarchy

  • SetSource

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • get_ref_columns(): number[]
  • get_ref_n_cols(): number
  • get_shown_columns(): number[]
  • get_shown_n_cols(): number
  • set_ref_columns(columns: number[]): void
  • Set the columns to be shown.

    Parameters

    • columns: number[]

      an array of with columns numbers of referen (Primary Key) at #GdaSetSource

    Returns void

  • set_shown_columns(columns: number[]): void
  • Set the columns to be shown.

    Parameters

    • columns: number[]

      an array of with columns numbers to be shown from a #GdaSetSource

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method