insert_headings property

FieldDatabase.insert_headings property

Gets or sets whether to insert the field names from the database as column headings in the resulting table.

@property
def insert_headings(self) -> bool:
    ...

@insert_headings.setter
def insert_headings(self, value: bool):
    ...

See Also